Html Css Color HEX #B01CB8 Dark Orchid

📋 copy color: '#B01CB8'

red 176 ◦ green 28 ◦ blue 184

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

Shades of Dark Orchid #B01CB8

Tints of Dark Orchid #B01CB8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.22%

 BLUE value IS 184 (72.27% from 255) = 47.42%

R = 45.36%
G = 7.22%
B = 47.42%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B01CB8 (or 0xB01CB8) is known color: Dark Orchid. HEX triplet: B0, 1C and B8. RGB value is (176,28,184). Sum of RGB (Red+Green+Blue) = 176+28+184=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 184 (72.27% from 255 or 47.42% from 388); Max value from RGB is 184 - color contains mainly: blue. Hex color #B01CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CB8 is #4FE347. Grayscale: #595959. Windows color (decimal): -5235528 or 12065968. OLE color: 12065968.

HSL color Cylindrical-coordinate representation of color #B01CB8: hue angle of 296.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01CB8 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 28 184 -
CMYK 0.04 0.85 0 0.28
HSL 296.92º 0.74% 0.42% -
HSV(B) 296.92º 0.85% 0.72% -
XYZ 26.97 13.52 46.54 -
YUV 90.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 176 28 184 0.04 0.85 0 0.28 296.92 0.74 0.42
Hex B0 1C B8 4 55 0 1C 129 4A 2A
Octal 260 34 270 4 125 0 34 451 112 52
Binary 10110000 11100 10111000 100 1010101 0 11100 100101001 1001010 101010

Color Harmonies of #B01CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CB8

Black with #B01CB8

Text Example


Text Example

White with #B01CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CB8; }

 p { color: rgb(176,28,184); }

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

background-color css

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

 a { background-color: rgb(176,28,184); }

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

border-color css

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

 span { border-color: rgb(176,28,184); }

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