Html Css Color HEX #B01EC9 Dark Orchid

📋 copy color: '#B01EC9'

red 176 ◦ green 30 ◦ blue 201

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

Shades of Dark Orchid #B01EC9

Tints of Dark Orchid #B01EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 43.24%
G = 7.37%
B = 49.39%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B01EC9 (or 0xB01EC9) is known color: Dark Orchid. HEX triplet: B0, 1E and C9. RGB value is (176,30,201). Sum of RGB (Red+Green+Blue) = 176+30+201=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #B01EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EC9 is #4FE136. Grayscale: #5C5C5C. Windows color (decimal): -5234999 or 13180592. OLE color: 13180592.

HSL color Cylindrical-coordinate representation of color #B01EC9: hue angle of 291.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01EC9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 30 201 -
CMYK 0.12 0.85 0 0.21
HSL 291.23º 0.74% 0.45% -
HSV(B) 291.23º 0.85% 0.79% -
XYZ 28.91 14.38 56.51 -
YUV 93.15 188.87 187.1 -
System Red Green Blue C M Y K H S L
Decimal 176 30 201 0.12 0.85 0 0.21 291.23 0.74 0.45
Hex B0 1E C9 C 55 0 15 123 4A 2D
Octal 260 36 311 14 125 0 25 443 112 55
Binary 10110000 11110 11001001 1100 1010101 0 10101 100100011 1001010 101101

Color Harmonies of #B01EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01EC9

Black with #B01EC9

Text Example


Text Example

White with #B01EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01EC9; }

 p { color: rgb(176,30,201); }

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

background-color css

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

 a { background-color: rgb(176,30,201); }

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

border-color css

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

 span { border-color: rgb(176,30,201); }

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