Html Css Color HEX #B032CB Dark Orchid

📋 copy color: '#B032CB'

red 176 ◦ green 50 ◦ blue 203

#B032CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B032CB

Tints of Dark Orchid #B032CB

RGB

 RED value IS 176 (69.14% from 255) = 41.03%

 GREEN value IS 50 (19.92% from 255) = 11.66%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 41.03%
G = 11.66%
B = 47.32%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B032CB (or 0xB032CB) is known color: Dark Orchid. HEX triplet: B0, 32 and CB. RGB value is (176,50,203). Sum of RGB (Red+Green+Blue) = 176+50+203=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #B032CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B032CB is #4FCD34. Grayscale: #686868. Windows color (decimal): -5229877 or 13316784. OLE color: 13316784.

HSL color Cylindrical-coordinate representation of color #B032CB: hue angle of 289.41º 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 #B032CB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 50 203 -
CMYK 0.13 0.75 0 0.20
HSL 289.41º 0.6% 0.5% -
HSV(B) 289.41º 0.75% 0.8% -
XYZ 29.82 15.82 57.98 -
YUV 105.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 176 50 203 0.13 0.75 0 0.20 289.41 0.6 0.5
Hex B0 32 CB D 4B 0 14 121 3C 32
Octal 260 62 313 15 113 0 24 441 74 62
Binary 10110000 110010 11001011 1101 1001011 0 10100 100100001 111100 110010

Color Harmonies of #B032CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B032CB

Black with #B032CB

Text Example


Text Example

White with #B032CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B032CB; }

 p { color: rgb(176,50,203); }

 H1.HeaderClassName
 {
   color: #B032CB;
 }
 .AnyTagClassName
 {
   color: #B032CB;
 }
</style>

background-color css

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

 a { background-color: rgb(176,50,203); }

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

border-color css

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

 span { border-color: rgb(176,50,203); }

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