Html Css Color HEX #B02CB2 Dark Orchid

📋 copy color: '#B02CB2'

red 176 ◦ green 44 ◦ blue 178

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

Shades of Dark Orchid #B02CB2

Tints of Dark Orchid #B02CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 44.22%
G = 11.06%
B = 44.72%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B02CB2 (or 0xB02CB2) is known color: Dark Orchid. HEX triplet: B0, 2C and B2. RGB value is (176,44,178). Sum of RGB (Red+Green+Blue) = 176+44+178=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #B02CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02CB2 is #4FD34D. Grayscale: #626262. Windows color (decimal): -5231438 or 11676848. OLE color: 11676848.

HSL color Cylindrical-coordinate representation of color #B02CB2: hue angle of 299.1º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02CB2 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 44 178 -
CMYK 0.01 0.75 0 0.30
HSL 299.1º 0.6% 0.44% -
HSV(B) 299.1º 0.75% 0.7% -
XYZ 26.84 14.25 43.45 -
YUV 98.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 176 44 178 0.01 0.75 0 0.30 299.1 0.6 0.44
Hex B0 2C B2 1 4B 0 1E 12B 3C 2C
Octal 260 54 262 1 113 0 36 453 74 54
Binary 10110000 101100 10110010 1 1001011 0 11110 100101011 111100 101100

Color Harmonies of #B02CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CB2

Black with #B02CB2

Text Example


Text Example

White with #B02CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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