Shades of Dark Violet #B010DD
Tints of Dark Violet #B010DD
RGB
CMYK
RGB Variations
Color information
#B010DD (or 0xB010DD) is known color: Dark Violet. HEX triplet: B0, 10 and DD. RGB value is (176,16,221). Sum of RGB (Red+Green+Blue) = 176+16+221=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #B010DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010DD is #4FEF22. Grayscale: #565656. Windows color (decimal): -5238563 or 14487728. OLE color: 14487728.
HSL color Cylindrical-coordinate representation of color #B010DD: hue angle of 286.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010DD is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 16 | 221 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.13 |
| HSL | 286.83º | 0.86% | 0.46% | - |
| HSV(B) | 286.83º | 0.93% | 0.87% | - |
| XYZ | 31.14 | 14.82 | 69.63 | - |
| YUV | 87.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 221 | 0.20 | 0.93 | 0 | 0.13 | 286.83 | 0.86 | 0.46 |
| Hex | B0 | 10 | DD | 14 | 5D | 0 | D | 11F | 56 | 2E |
| Octal | 260 | 20 | 335 | 24 | 135 | 0 | 15 | 437 | 126 | 56 |
| Binary | 10110000 | 10000 | 11011101 | 10100 | 1011101 | 0 | 1101 | 100011111 | 1010110 | 101110 |
Color Harmonies of #B010DD
Complementary color
Monochromatic Colors of #B010DD
Black with #B010DD
Text Example
Text Example
White with #B010DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010DD; }
p { color: rgb(176,16,221); }
H1.HeaderClassName
{
color: #B010DD;
}
.AnyTagClassName
{
color: #B010DD;
}
</style>
background-color css
<style>
a { background-color: #B010DD; }
a { background-color: rgb(176,16,221); }
div.DivClassName
{
background-color: #B010DD;
}
.BgClassName
{
background-color: #B010DD;
}
</style>
border-color css
<style>
span { border-color: #B010DD; }
span { border-color: rgb(176,16,221); }
td.TdClassName
{
border-color: #B010DD;
}
.TagClassName
{
border-color: #B010DD;
}
</style>