Html Css Color HEX #B02BCC Dark Orchid

📋 copy color: '#B02BCC'

red 176 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #B02BCC

Tints of Dark Orchid #B02BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 41.61%
G = 10.17%
B = 48.23%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B02BCC (or 0xB02BCC) is known color: Dark Orchid. HEX triplet: B0, 2B and CC. RGB value is (176,43,204). Sum of RGB (Red+Green+Blue) = 176+43+204=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B02BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BCC is #4FD433. Grayscale: #646464. Windows color (decimal): -5231668 or 13380528. OLE color: 13380528.

HSL color Cylindrical-coordinate representation of color #B02BCC: hue angle of 289.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02BCC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 43 204 -
CMYK 0.14 0.79 0 0.2
HSL 289.57º 0.65% 0.48% -
HSV(B) 289.57º 0.79% 0.8% -
XYZ 29.67 15.32 58.52 -
YUV 101.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 176 43 204 0.14 0.79 0 0.2 289.57 0.65 0.48
Hex B0 2B CC E 4F 0 14 122 41 30
Octal 260 53 314 16 117 0 24 442 101 60
Binary 10110000 101011 11001100 1110 1001111 0 10100 100100010 1000001 110000

Color Harmonies of #B02BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BCC

Black with #B02BCC

Text Example


Text Example

White with #B02BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BCC; }

 p { color: rgb(176,43,204); }

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

background-color css

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

 a { background-color: rgb(176,43,204); }

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

border-color css

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

 span { border-color: rgb(176,43,204); }

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