Shades of Dark Violet #B216DB
Tints of Dark Violet #B216DB
RGB
CMYK
RGB Variations
Color information
#B216DB (or 0xB216DB) is known color: Dark Violet. HEX triplet: B2, 16 and DB. RGB value is (178,22,219). Sum of RGB (Red+Green+Blue) = 178+22+219=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B216DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216DB is #4DE924. Grayscale: #5A5A5A. Windows color (decimal): -5105957 or 14358194. OLE color: 14358194.
HSL color Cylindrical-coordinate representation of color #B216DB: hue angle of 287.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216DB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 22 | 219 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.14 |
| HSL | 287.51º | 0.82% | 0.47% | - |
| HSV(B) | 287.51º | 0.9% | 0.86% | - |
| XYZ | 31.43 | 15.15 | 68.29 | - |
| YUV | 91.1 | 200.18 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 219 | 0.19 | 0.90 | 0 | 0.14 | 287.51 | 0.82 | 0.47 |
| Hex | B2 | 16 | DB | 13 | 5A | 0 | E | 120 | 52 | 2F |
| Octal | 262 | 26 | 333 | 23 | 132 | 0 | 16 | 440 | 122 | 57 |
| Binary | 10110010 | 10110 | 11011011 | 10011 | 1011010 | 0 | 1110 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B216DB
Complementary color
Monochromatic Colors of #B216DB
Black with #B216DB
Text Example
Text Example
White with #B216DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B216DB; }
p { color: rgb(178,22,219); }
H1.HeaderClassName
{
color: #B216DB;
}
.AnyTagClassName
{
color: #B216DB;
}
</style>
background-color css
<style>
a { background-color: #B216DB; }
a { background-color: rgb(178,22,219); }
div.DivClassName
{
background-color: #B216DB;
}
.BgClassName
{
background-color: #B216DB;
}
</style>
border-color css
<style>
span { border-color: #B216DB; }
span { border-color: rgb(178,22,219); }
td.TdClassName
{
border-color: #B216DB;
}
.TagClassName
{
border-color: #B216DB;
}
</style>