#B216D9

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

Shades of Dark Violet #B216D9

Tints of Dark Violet #B216D9

Color information

#B216D9 (or 0xB216D9) is unknown color: approx Dark Violet. HEX triplet: B2, 16 and D9. RGB value is (178,22,217). Sum of RGB (Red+Green+Blue) = 178+22+217=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #B216D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216D9 is #4DE926. Grayscale: #5A5A5A. Windows color (decimal): -5105959 or 14227122. OLE color: 14227122.

HSL color Cylindrical-coordinate representation of color #B216D9: hue angle of 288º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216D9 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17822217-
CMYK0.180.9000.15
HSL288º81.59%46.86%-
HSV(B)288º89.86%85.1%-
XYZ31.1715.0566.91-
YUV90.87199.18190.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 22 (8.98% from 255) = 5.28%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=42.69%
G=5.28%
B=52.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178222170.180.9000.1528881.5946.86
HexB216D9125A0F120522f
Octal262263312213201744012257
Binary101100101011011011001100101011010011111001000001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B216D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B216D9; }

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

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

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

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

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

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

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

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