Shades of Dark Violet #B015DF
Tints of Dark Violet #B015DF
RGB
CMYK
RGB Variations
Color information
#B015DF (or 0xB015DF) is known color: Dark Violet. HEX triplet: B0, 15 and DF. RGB value is (176,21,223). Sum of RGB (Red+Green+Blue) = 176+21+223=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #B015DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015DF is #4FEA20. Grayscale: #595959. Windows color (decimal): -5237281 or 14620080. OLE color: 14620080.
HSL color Cylindrical-coordinate representation of color #B015DF: hue angle of 286.04º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015DF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 21 | 223 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.13 |
| HSL | 286.04º | 0.83% | 0.48% | - |
| HSV(B) | 286.04º | 0.91% | 0.87% | - |
| XYZ | 31.49 | 15.09 | 71.07 | - |
| YUV | 90.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 223 | 0.21 | 0.91 | 0 | 0.13 | 286.04 | 0.83 | 0.48 |
| Hex | B0 | 15 | DF | 15 | 5B | 0 | D | 11E | 53 | 30 |
| Octal | 260 | 25 | 337 | 25 | 133 | 0 | 15 | 436 | 123 | 60 |
| Binary | 10110000 | 10101 | 11011111 | 10101 | 1011011 | 0 | 1101 | 100011110 | 1010011 | 110000 |
Color Harmonies of #B015DF
Complementary color
Monochromatic Colors of #B015DF
Black with #B015DF
Text Example
Text Example
White with #B015DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015DF; }
p { color: rgb(176,21,223); }
H1.HeaderClassName
{
color: #B015DF;
}
.AnyTagClassName
{
color: #B015DF;
}
</style>
background-color css
<style>
a { background-color: #B015DF; }
a { background-color: rgb(176,21,223); }
div.DivClassName
{
background-color: #B015DF;
}
.BgClassName
{
background-color: #B015DF;
}
</style>
border-color css
<style>
span { border-color: #B015DF; }
span { border-color: rgb(176,21,223); }
td.TdClassName
{
border-color: #B015DF;
}
.TagClassName
{
border-color: #B015DF;
}
</style>