Shades of Dark Violet #B215DB
Tints of Dark Violet #B215DB
RGB
CMYK
RGB Variations
Color information
#B215DB (or 0xB215DB) is known color: Dark Violet. HEX triplet: B2, 15 and DB. RGB value is (178,21,219). Sum of RGB (Red+Green+Blue) = 178+21+219=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #B215DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215DB is #4DEA24. Grayscale: #595959. Windows color (decimal): -5106213 or 14357938. OLE color: 14357938.
HSL color Cylindrical-coordinate representation of color #B215DB: hue angle of 287.58º 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 #B215DB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 21 | 219 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.14 |
| HSL | 287.58º | 0.83% | 0.47% | - |
| HSV(B) | 287.58º | 0.9% | 0.86% | - |
| XYZ | 31.41 | 15.12 | 68.28 | - |
| YUV | 90.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 219 | 0.19 | 0.90 | 0 | 0.14 | 287.58 | 0.83 | 0.47 |
| Hex | B2 | 15 | DB | 13 | 5A | 0 | E | 120 | 52 | 2F |
| Octal | 262 | 25 | 333 | 23 | 132 | 0 | 16 | 440 | 122 | 57 |
| Binary | 10110010 | 10101 | 11011011 | 10011 | 1011010 | 0 | 1110 | 100100000 | 1010010 | 101111 |
Color Harmonies of #B215DB
Complementary color
Monochromatic Colors of #B215DB
Black with #B215DB
Text Example
Text Example
White with #B215DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215DB; }
p { color: rgb(178,21,219); }
H1.HeaderClassName
{
color: #B215DB;
}
.AnyTagClassName
{
color: #B215DB;
}
</style>
background-color css
<style>
a { background-color: #B215DB; }
a { background-color: rgb(178,21,219); }
div.DivClassName
{
background-color: #B215DB;
}
.BgClassName
{
background-color: #B215DB;
}
</style>
border-color css
<style>
span { border-color: #B215DB; }
span { border-color: rgb(178,21,219); }
td.TdClassName
{
border-color: #B215DB;
}
.TagClassName
{
border-color: #B215DB;
}
</style>