#B201D9

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

Shades of Dark Violet #B201D9

Tints of Dark Violet #B201D9

Color information

#B201D9 (or 0xB201D9) is unknown color: approx Dark Violet. HEX triplet: B2, 01 and D9. RGB value is (178,1,217). Sum of RGB (Red+Green+Blue) = 178+1+217=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #B201D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201D9 is #4DFE26. Grayscale: #4D4D4D. Windows color (decimal): -5111335 or 14221746. OLE color: 14221746.

HSL color Cylindrical-coordinate representation of color #B201D9: hue angle of 289.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201D9 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1781217-
CMYK0.181.0000.15
HSL289.17º99.08%42.75%-
HSV(B)289.17º99.54%85.1%-
XYZ30.914.566.82-
YUV78.55206.14198.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 217 (85.16% from 255) = 54.80%
R=44.95%
G=0.25%
B=54.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17812170.181.0000.15289.1799.0842.75
HexB21D912640F121632b
Octal26213312214401744114353
Binary10110010111011001100101100100011111001000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B201D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B201D9; }

 p { color: rgb(178,1,217); }

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

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

 a { background-color: rgb(178,1,217); }

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

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

 span { border-color: rgb(178,1,217); }

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