#B233CB

Color #B233CB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B233CB

Tints of Dark Orchid #B233CB

Color information

#B233CB (or 0xB233CB) is unknown color: approx Dark Orchid. HEX triplet: B2, 33 and CB. RGB value is (178,51,203). Sum of RGB (Red+Green+Blue) = 178+51+203=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #B233CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B233CB is #4DCC34. Grayscale: #696969. Windows color (decimal): -5098549 or 13317042. OLE color: 13317042.

HSL color Cylindrical-coordinate representation of color #B233CB: hue angle of 290.13º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B233CB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17851203-
CMYK0.120.7500.20
HSL290.13º59.84%49.8%-
HSV(B)290.13º74.88%79.61%-
XYZ30.3216.1458.02-
YUV106.3182.58179.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 51 (20.31% from 255) = 11.81%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=41.20%
G=11.81%
B=46.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178512030.120.7500.20290.1359.8449.8
HexB233CBC4B0141223c32
Octal26263313141130244427462
Binary101100101100111100101111001001011010100100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B233CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B233CB; }

 p { color: rgb(178,51,203); }

 H1.HeaderClassName
 {
   color: #B233CB;
 }
 .AnyTagClassName
 {
   color: #B233CB;
 }
</style>
background-color css

<style>
 a { background-color: #B233CB; }

 a { background-color: rgb(178,51,203); }

 div.DivClassName
 {
   background-color: #B233CB;
 }
 .BgClassName
 {
   background-color: #B233CB;
 }
</style>
border-color css

<style>
 span { border-color: #B233CB; }

 span { border-color: rgb(178,51,203); }

 td.TdClassName
 {
   border-color: #B233CB;
 }
 .TagClassName
 {
   border-color: #B233CB;
 }
</style>