#B01EB2

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

Shades of Dark Orchid #B01EB2

Tints of Dark Orchid #B01EB2

Color information

#B01EB2 (or 0xB01EB2) is unknown color: approx Dark Orchid. HEX triplet: B0, 1E and B2. RGB value is (176,30,178). Sum of RGB (Red+Green+Blue) = 176+30+178=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #B01EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01EB2 is #4FE14D. Grayscale: #5A5A5A. Windows color (decimal): -5235022 or 11673264. OLE color: 11673264.

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

Color convert

RGB17630178-
CMYK0.010.8300.30
HSL299.19º71.15%40.78%-
HSV(B)299.19º83.15%69.8%-
XYZ26.413.3743.31-
YUV90.53177.37188.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 30 (12.11% from 255) = 7.81%
BLUE value IS 178 (69.92% from 255) = 46.35%
R=45.83%
G=7.81%
B=46.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176301780.010.8300.30299.1971.1540.78
HexB01EB215301E12b4729
Octal26036262112303645310751
Binary101100001111010110010110100110111101001010111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01EB2; }

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

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

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

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

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

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

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

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