Shades of Dark Violet #B015DC
Tints of Dark Violet #B015DC
RGB
CMYK
RGB Variations
Color information
#B015DC (or 0xB015DC) is known color: Dark Violet. HEX triplet: B0, 15 and DC. RGB value is (176,21,220). Sum of RGB (Red+Green+Blue) = 176+21+220=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #B015DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015DC is #4FEA23. Grayscale: #595959. Windows color (decimal): -5237284 or 14423472. OLE color: 14423472.
HSL color Cylindrical-coordinate representation of color #B015DC: hue angle of 286.73º degrees, saturation: 0.83, 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 #B015DC is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 21 | 220 | - |
| CMYK | 0.2 | 0.90 | 0 | 0.14 |
| HSL | 286.73º | 0.83% | 0.47% | - |
| HSV(B) | 286.73º | 0.9% | 0.86% | - |
| XYZ | 31.09 | 14.93 | 68.95 | - |
| YUV | 90.03 | 201.35 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 220 | 0.2 | 0.90 | 0 | 0.14 | 286.73 | 0.83 | 0.47 |
| Hex | B0 | 15 | DC | 14 | 5A | 0 | E | 11F | 53 | 2F |
| Octal | 260 | 25 | 334 | 24 | 132 | 0 | 16 | 437 | 123 | 57 |
| Binary | 10110000 | 10101 | 11011100 | 10100 | 1011010 | 0 | 1110 | 100011111 | 1010011 | 101111 |
Color Harmonies of #B015DC
Complementary color
Monochromatic Colors of #B015DC
Black with #B015DC
Text Example
Text Example
White with #B015DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015DC; }
p { color: rgb(176,21,220); }
H1.HeaderClassName
{
color: #B015DC;
}
.AnyTagClassName
{
color: #B015DC;
}
</style>
background-color css
<style>
a { background-color: #B015DC; }
a { background-color: rgb(176,21,220); }
div.DivClassName
{
background-color: #B015DC;
}
.BgClassName
{
background-color: #B015DC;
}
</style>
border-color css
<style>
span { border-color: #B015DC; }
span { border-color: rgb(176,21,220); }
td.TdClassName
{
border-color: #B015DC;
}
.TagClassName
{
border-color: #B015DC;
}
</style>