Shades of Dark Violet #B015D9
Tints of Dark Violet #B015D9
RGB
CMYK
RGB Variations
Color information
#B015D9 (or 0xB015D9) is known color: Dark Violet. HEX triplet: B0, 15 and D9. RGB value is (176,21,217). Sum of RGB (Red+Green+Blue) = 176+21+217=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #B015D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015D9 is #4FEA26. Grayscale: #595959. Windows color (decimal): -5237287 or 14226864. OLE color: 14226864.
HSL color Cylindrical-coordinate representation of color #B015D9: hue angle of 287.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B015D9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 21 | 217 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.15 |
| HSL | 287.45º | 0.82% | 0.47% | - |
| HSV(B) | 287.45º | 0.9% | 0.85% | - |
| XYZ | 30.7 | 14.78 | 66.88 | - |
| YUV | 89.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 217 | 0.19 | 0.90 | 0 | 0.15 | 287.45 | 0.82 | 0.47 |
| Hex | B0 | 15 | D9 | 13 | 5A | 0 | F | 11F | 52 | 2F |
| Octal | 260 | 25 | 331 | 23 | 132 | 0 | 17 | 437 | 122 | 57 |
| Binary | 10110000 | 10101 | 11011001 | 10011 | 1011010 | 0 | 1111 | 100011111 | 1010010 | 101111 |
Color Harmonies of #B015D9
Complementary color
Monochromatic Colors of #B015D9
Black with #B015D9
Text Example
Text Example
White with #B015D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015D9; }
p { color: rgb(176,21,217); }
H1.HeaderClassName
{
color: #B015D9;
}
.AnyTagClassName
{
color: #B015D9;
}
</style>
background-color css
<style>
a { background-color: #B015D9; }
a { background-color: rgb(176,21,217); }
div.DivClassName
{
background-color: #B015D9;
}
.BgClassName
{
background-color: #B015D9;
}
</style>
border-color css
<style>
span { border-color: #B015D9; }
span { border-color: rgb(176,21,217); }
td.TdClassName
{
border-color: #B015D9;
}
.TagClassName
{
border-color: #B015D9;
}
</style>