Shades of Dark Violet #B015DA
Tints of Dark Violet #B015DA
RGB
CMYK
RGB Variations
Color information
#B015DA (or 0xB015DA) is known color: Dark Violet. HEX triplet: B0, 15 and DA. RGB value is (176,21,218). Sum of RGB (Red+Green+Blue) = 176+21+218=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #B015DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015DA is #4FEA25. Grayscale: #595959. Windows color (decimal): -5237286 or 14292400. OLE color: 14292400.
HSL color Cylindrical-coordinate representation of color #B015DA: hue angle of 287.21º 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 #B015DA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 21 | 218 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.15 |
| HSL | 287.21º | 0.82% | 0.47% | - |
| HSV(B) | 287.21º | 0.9% | 0.85% | - |
| XYZ | 30.83 | 14.83 | 67.57 | - |
| YUV | 89.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 218 | 0.19 | 0.90 | 0 | 0.15 | 287.21 | 0.82 | 0.47 |
| Hex | B0 | 15 | DA | 13 | 5A | 0 | F | 11F | 52 | 2F |
| Octal | 260 | 25 | 332 | 23 | 132 | 0 | 17 | 437 | 122 | 57 |
| Binary | 10110000 | 10101 | 11011010 | 10011 | 1011010 | 0 | 1111 | 100011111 | 1010010 | 101111 |
Color Harmonies of #B015DA
Complementary color
Monochromatic Colors of #B015DA
Black with #B015DA
Text Example
Text Example
White with #B015DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015DA; }
p { color: rgb(176,21,218); }
H1.HeaderClassName
{
color: #B015DA;
}
.AnyTagClassName
{
color: #B015DA;
}
</style>
background-color css
<style>
a { background-color: #B015DA; }
a { background-color: rgb(176,21,218); }
div.DivClassName
{
background-color: #B015DA;
}
.BgClassName
{
background-color: #B015DA;
}
</style>
border-color css
<style>
span { border-color: #B015DA; }
span { border-color: rgb(176,21,218); }
td.TdClassName
{
border-color: #B015DA;
}
.TagClassName
{
border-color: #B015DA;
}
</style>