#B01DCF

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

Shades of Dark Orchid #B01DCF

Tints of Dark Orchid #B01DCF

Color information

#B01DCF (or 0xB01DCF) is unknown color: approx Dark Orchid. HEX triplet: B0, 1D and CF. RGB value is (176,29,207). Sum of RGB (Red+Green+Blue) = 176+29+207=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #B01DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DCF is #4FE230. Grayscale: #5C5C5C. Windows color (decimal): -5235249 or 13573552. OLE color: 13573552.

HSL color Cylindrical-coordinate representation of color #B01DCF: hue angle of 289.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01DCF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17629207-
CMYK0.150.8600.19
HSL289.55º75.42%46.27%-
HSV(B)289.55º85.99%81.18%-
XYZ29.6114.6160.29-
YUV93.24192.2187.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 207 (81.25% from 255) = 50.24%
R=42.72%
G=7.04%
B=50.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176292070.150.8600.19289.5575.4246.27
HexB01DCFF560131224b2e
Octal260353171712602344211356
Binary101100001110111001111111110101100100111001000101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01DCF; }

 p { color: rgb(176,29,207); }

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

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

 a { background-color: rgb(176,29,207); }

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

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

 span { border-color: rgb(176,29,207); }

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