#B202D9

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

Shades of Dark Violet #B202D9

Tints of Dark Violet #B202D9

Color information

#B202D9 (or 0xB202D9) is unknown color: approx Dark Violet. HEX triplet: B2, 02 and D9. RGB value is (178,2,217). Sum of RGB (Red+Green+Blue) = 178+2+217=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #B202D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202D9 is #4DFD26. Grayscale: #4E4E4E. Windows color (decimal): -5111079 or 14222002. OLE color: 14222002.

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

Color convert

RGB1782217-
CMYK0.180.9900.15
HSL289.12º98.17%42.94%-
HSV(B)289.12º99.08%85.1%-
XYZ30.9114.5266.82-
YUV79.13205.81198.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 217 (85.16% from 255) = 54.66%
R=44.84%
G=0.50%
B=54.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17822170.180.9900.15289.1298.1742.94
HexB22D912630F121622b
Octal26223312214301744114253
Binary101100101011011001100101100011011111001000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B202D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B202D9; }

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

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

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

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

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

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

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

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