#B01ED3

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

Shades of Dark Orchid #B01ED3

Tints of Dark Orchid #B01ED3

Color information

#B01ED3 (or 0xB01ED3) is unknown color: approx Dark Orchid. HEX triplet: B0, 1E and D3. RGB value is (176,30,211). Sum of RGB (Red+Green+Blue) = 176+30+211=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #B01ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ED3 is #4FE12C. Grayscale: #5D5D5D. Windows color (decimal): -5234989 or 13835952. OLE color: 13835952.

HSL color Cylindrical-coordinate representation of color #B01ED3: hue angle of 288.4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01ED3 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17630211-
CMYK0.170.8600.17
HSL288.4º75.1%47.25%-
HSV(B)288.4º85.78%82.75%-
XYZ30.1314.8662.91-
YUV94.29193.87186.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 30 (12.11% from 255) = 7.19%
BLUE value IS 211 (82.81% from 255) = 50.60%
R=42.21%
G=7.19%
B=50.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176302110.170.8600.17288.475.147.25
HexB01ED311560111204b2f
Octal260363232112602144011357
Binary1011000011110110100111000110101100100011001000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01ED3; }

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

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

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

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

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

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

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

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