Shades of Dark Violet #B010DA
Tints of Dark Violet #B010DA
RGB
CMYK
RGB Variations
Color information
#B010DA (or 0xB010DA) is known color: Dark Violet. HEX triplet: B0, 10 and DA. RGB value is (176,16,218). Sum of RGB (Red+Green+Blue) = 176+16+218=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #B010DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010DA is #4FEF25. Grayscale: #565656. Windows color (decimal): -5238566 or 14291120. OLE color: 14291120.
HSL color Cylindrical-coordinate representation of color #B010DA: hue angle of 287.52º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010DA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 16 | 218 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.15 |
| HSL | 287.52º | 0.86% | 0.46% | - |
| HSV(B) | 287.52º | 0.93% | 0.85% | - |
| XYZ | 30.74 | 14.66 | 67.54 | - |
| YUV | 86.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 218 | 0.19 | 0.93 | 0 | 0.15 | 287.52 | 0.86 | 0.46 |
| Hex | B0 | 10 | DA | 13 | 5D | 0 | F | 120 | 56 | 2E |
| Octal | 260 | 20 | 332 | 23 | 135 | 0 | 17 | 440 | 126 | 56 |
| Binary | 10110000 | 10000 | 11011010 | 10011 | 1011101 | 0 | 1111 | 100100000 | 1010110 | 101110 |
Color Harmonies of #B010DA
Complementary color
Monochromatic Colors of #B010DA
Black with #B010DA
Text Example
Text Example
White with #B010DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010DA; }
p { color: rgb(176,16,218); }
H1.HeaderClassName
{
color: #B010DA;
}
.AnyTagClassName
{
color: #B010DA;
}
</style>
background-color css
<style>
a { background-color: #B010DA; }
a { background-color: rgb(176,16,218); }
div.DivClassName
{
background-color: #B010DA;
}
.BgClassName
{
background-color: #B010DA;
}
</style>
border-color css
<style>
span { border-color: #B010DA; }
span { border-color: rgb(176,16,218); }
td.TdClassName
{
border-color: #B010DA;
}
.TagClassName
{
border-color: #B010DA;
}
</style>