#B01BD4

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

Shades of Dark Orchid #B01BD4

Tints of Dark Orchid #B01BD4

Color information

#B01BD4 (or 0xB01BD4) is unknown color: approx Dark Orchid. HEX triplet: B0, 1B and D4. RGB value is (176,27,212). Sum of RGB (Red+Green+Blue) = 176+27+212=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #B01BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01BD4 is #4FE42B. Grayscale: #5C5C5C. Windows color (decimal): -5235756 or 13900720. OLE color: 13900720.

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

Color convert

RGB17627212-
CMYK0.170.8700.17
HSL288.32º77.41%46.86%-
HSV(B)288.32º87.26%83.14%-
XYZ30.1814.7763.55-
YUV92.64195.36187.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 27 (10.94% from 255) = 6.51%
BLUE value IS 212 (83.20% from 255) = 51.08%
R=42.41%
G=6.51%
B=51.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176272120.170.8700.17288.3277.4146.86
HexB01BD411570111204d2f
Octal260333242112702144011557
Binary1011000011011110101001000110101110100011001000001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01BD4; }

 p { color: rgb(176,27,212); }

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

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

 a { background-color: rgb(176,27,212); }

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

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

 span { border-color: rgb(176,27,212); }

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