Shades of Dark Violet #B216DF
Tints of Dark Violet #B216DF
RGB
CMYK
RGB Variations
Color information
#B216DF (or 0xB216DF) is known color: Dark Violet. HEX triplet: B2, 16 and DF. RGB value is (178,22,223). Sum of RGB (Red+Green+Blue) = 178+22+223=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 22 (8.98% from 255 or 5.20% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #B216DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216DF is #4DE920. Grayscale: #5A5A5A. Windows color (decimal): -5105953 or 14620338. OLE color: 14620338.
HSL color Cylindrical-coordinate representation of color #B216DF: hue angle of 286.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216DF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 22 | 223 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.13 |
| HSL | 286.57º | 0.82% | 0.48% | - |
| HSV(B) | 286.57º | 0.9% | 0.87% | - |
| XYZ | 31.97 | 15.37 | 71.09 | - |
| YUV | 91.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 223 | 0.20 | 0.90 | 0 | 0.13 | 286.57 | 0.82 | 0.48 |
| Hex | B2 | 16 | DF | 14 | 5A | 0 | D | 11F | 52 | 30 |
| Octal | 262 | 26 | 337 | 24 | 132 | 0 | 15 | 437 | 122 | 60 |
| Binary | 10110010 | 10110 | 11011111 | 10100 | 1011010 | 0 | 1101 | 100011111 | 1010010 | 110000 |
Color Harmonies of #B216DF
Complementary color
Monochromatic Colors of #B216DF
Black with #B216DF
Text Example
Text Example
White with #B216DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B216DF; }
p { color: rgb(178,22,223); }
H1.HeaderClassName
{
color: #B216DF;
}
.AnyTagClassName
{
color: #B216DF;
}
</style>
background-color css
<style>
a { background-color: #B216DF; }
a { background-color: rgb(178,22,223); }
div.DivClassName
{
background-color: #B216DF;
}
.BgClassName
{
background-color: #B216DF;
}
</style>
border-color css
<style>
span { border-color: #B216DF; }
span { border-color: rgb(178,22,223); }
td.TdClassName
{
border-color: #B216DF;
}
.TagClassName
{
border-color: #B216DF;
}
</style>