#B01EE5

Color #B01EE5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B01EE5

Tints of Dark Orchid #B01EE5

Color information

#B01EE5 (or 0xB01EE5) is unknown color: approx Dark Orchid. HEX triplet: B0, 1E and E5. RGB value is (176,30,229). Sum of RGB (Red+Green+Blue) = 176+30+229=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #B01EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EE5 is #4FE11A. Grayscale: #5F5F5F. Windows color (decimal): -5234971 or 15015600. OLE color: 15015600.

HSL color Cylindrical-coordinate representation of color #B01EE5: hue angle of 284.02º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01EE5 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17630229-
CMYK0.230.8700.10
HSL284.02º79.28%50.78%-
HSV(B)284.02º86.9%89.8%-
XYZ32.5115.8275.47-
YUV96.34202.87184.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 30 (12.11% from 255) = 6.90%
BLUE value IS 229 (89.84% from 255) = 52.64%
R=40.46%
G=6.90%
B=52.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176302290.230.8700.10284.0279.2850.78
HexB01EE517570A11c4f33
Octal260363452712701243411763
Binary101100001111011100101101111010111010101000111001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01EE5; }

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

 H1.HeaderClassName
 {
   color: #B01EE5;
 }
 .AnyTagClassName
 {
   color: #B01EE5;
 }
</style>
background-color css

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

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

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

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

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

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