Shades of Dark Violet #B013DB
Tints of Dark Violet #B013DB
RGB
CMYK
RGB Variations
Color information
#B013DB (or 0xB013DB) is known color: Dark Violet. HEX triplet: B0, 13 and DB. RGB value is (176,19,219). Sum of RGB (Red+Green+Blue) = 176+19+219=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B013DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013DB is #4FEC24. Grayscale: #585858. Windows color (decimal): -5237797 or 14357424. OLE color: 14357424.
HSL color Cylindrical-coordinate representation of color #B013DB: hue angle of 287.1º 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 #B013DB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 19 | 219 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.14 |
| HSL | 287.1º | 0.84% | 0.47% | - |
| HSV(B) | 287.1º | 0.91% | 0.86% | - |
| XYZ | 30.92 | 14.81 | 68.25 | - |
| YUV | 88.74 | 201.51 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 219 | 0.20 | 0.91 | 0 | 0.14 | 287.1 | 0.84 | 0.47 |
| Hex | B0 | 13 | DB | 14 | 5B | 0 | E | 11F | 54 | 2F |
| Octal | 260 | 23 | 333 | 24 | 133 | 0 | 16 | 437 | 124 | 57 |
| Binary | 10110000 | 10011 | 11011011 | 10100 | 1011011 | 0 | 1110 | 100011111 | 1010100 | 101111 |
Color Harmonies of #B013DB
Complementary color
Monochromatic Colors of #B013DB
Black with #B013DB
Text Example
Text Example
White with #B013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B013DB; }
p { color: rgb(176,19,219); }
H1.HeaderClassName
{
color: #B013DB;
}
.AnyTagClassName
{
color: #B013DB;
}
</style>
background-color css
<style>
a { background-color: #B013DB; }
a { background-color: rgb(176,19,219); }
div.DivClassName
{
background-color: #B013DB;
}
.BgClassName
{
background-color: #B013DB;
}
</style>
border-color css
<style>
span { border-color: #B013DB; }
span { border-color: rgb(176,19,219); }
td.TdClassName
{
border-color: #B013DB;
}
.TagClassName
{
border-color: #B013DB;
}
</style>