Shades of Dark Violet #B015D0
Tints of Dark Violet #B015D0
RGB
CMYK
RGB Variations
Color information
#B015D0 (or 0xB015D0) is known color: Dark Violet. HEX triplet: B0, 15 and D0. RGB value is (176,21,208). Sum of RGB (Red+Green+Blue) = 176+21+208=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #B015D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015D0 is #4FEA2F. Grayscale: #585858. Windows color (decimal): -5237296 or 13637040. OLE color: 13637040.
HSL color Cylindrical-coordinate representation of color #B015D0: hue angle of 289.73º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B015D0 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 21 | 208 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.18 |
| HSL | 289.73º | 0.82% | 0.45% | - |
| HSV(B) | 289.73º | 0.9% | 0.82% | - |
| XYZ | 29.56 | 14.32 | 60.88 | - |
| YUV | 88.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 208 | 0.15 | 0.90 | 0 | 0.18 | 289.73 | 0.82 | 0.45 |
| Hex | B0 | 15 | D0 | F | 5A | 0 | 12 | 122 | 52 | 2D |
| Octal | 260 | 25 | 320 | 17 | 132 | 0 | 22 | 442 | 122 | 55 |
| Binary | 10110000 | 10101 | 11010000 | 1111 | 1011010 | 0 | 10010 | 100100010 | 1010010 | 101101 |
Color Harmonies of #B015D0
Complementary color
Monochromatic Colors of #B015D0
Black with #B015D0
Text Example
Text Example
White with #B015D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015D0; }
p { color: rgb(176,21,208); }
H1.HeaderClassName
{
color: #B015D0;
}
.AnyTagClassName
{
color: #B015D0;
}
</style>
background-color css
<style>
a { background-color: #B015D0; }
a { background-color: rgb(176,21,208); }
div.DivClassName
{
background-color: #B015D0;
}
.BgClassName
{
background-color: #B015D0;
}
</style>
border-color css
<style>
span { border-color: #B015D0; }
span { border-color: rgb(176,21,208); }
td.TdClassName
{
border-color: #B015D0;
}
.TagClassName
{
border-color: #B015D0;
}
</style>