Shades of Dark Violet #B213DB
Tints of Dark Violet #B213DB
RGB
CMYK
RGB Variations
Color information
#B213DB (or 0xB213DB) is known color: Dark Violet. HEX triplet: B2, 13 and DB. RGB value is (178,19,219). Sum of RGB (Red+Green+Blue) = 178+19+219=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #B213DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213DB is #4DEC24. Grayscale: #585858. Windows color (decimal): -5106725 or 14357426. OLE color: 14357426.
HSL color Cylindrical-coordinate representation of color #B213DB: hue angle of 287.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B213DB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 19 | 219 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.14 |
| HSL | 287.7º | 0.84% | 0.47% | - |
| HSV(B) | 287.7º | 0.91% | 0.86% | - |
| XYZ | 31.38 | 15.05 | 68.27 | - |
| YUV | 89.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 219 | 0.19 | 0.91 | 0 | 0.14 | 287.7 | 0.84 | 0.47 |
| Hex | B2 | 13 | DB | 13 | 5B | 0 | E | 120 | 54 | 2F |
| Octal | 262 | 23 | 333 | 23 | 133 | 0 | 16 | 440 | 124 | 57 |
| Binary | 10110010 | 10011 | 11011011 | 10011 | 1011011 | 0 | 1110 | 100100000 | 1010100 | 101111 |
Color Harmonies of #B213DB
Complementary color
Monochromatic Colors of #B213DB
Black with #B213DB
Text Example
Text Example
White with #B213DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B213DB; }
p { color: rgb(178,19,219); }
H1.HeaderClassName
{
color: #B213DB;
}
.AnyTagClassName
{
color: #B213DB;
}
</style>
background-color css
<style>
a { background-color: #B213DB; }
a { background-color: rgb(178,19,219); }
div.DivClassName
{
background-color: #B213DB;
}
.BgClassName
{
background-color: #B213DB;
}
</style>
border-color css
<style>
span { border-color: #B213DB; }
span { border-color: rgb(178,19,219); }
td.TdClassName
{
border-color: #B213DB;
}
.TagClassName
{
border-color: #B213DB;
}
</style>