Html Css Color HEX #B02CCB Dark Orchid

📋 copy color: '#B02CCB'

red 176 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #B02CCB

Tints of Dark Orchid #B02CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.4%

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

R = 41.61%
G = 10.4%
B = 47.99%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B02CCB (or 0xB02CCB) is known color: Dark Orchid. HEX triplet: B0, 2C and CB. RGB value is (176,44,203). Sum of RGB (Red+Green+Blue) = 176+44+203=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B02CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CCB is #4FD334. Grayscale: #656565. Windows color (decimal): -5231413 or 13315248. OLE color: 13315248.

HSL color Cylindrical-coordinate representation of color #B02CCB: hue angle of 289.81º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02CCB is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 44 203 -
CMYK 0.13 0.78 0 0.20
HSL 289.81º 0.64% 0.48% -
HSV(B) 289.81º 0.78% 0.8% -
XYZ 29.58 15.34 57.9 -
YUV 101.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 176 44 203 0.13 0.78 0 0.20 289.81 0.64 0.48
Hex B0 2C CB D 4E 0 14 122 40 30
Octal 260 54 313 15 116 0 24 442 100 60
Binary 10110000 101100 11001011 1101 1001110 0 10100 100100010 1000000 110000

Color Harmonies of #B02CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CCB

Black with #B02CCB

Text Example


Text Example

White with #B02CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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