Shades of Dark Violet #B010D0
Tints of Dark Violet #B010D0
RGB
CMYK
RGB Variations
Color information
#B010D0 (or 0xB010D0) is known color: Dark Violet. HEX triplet: B0, 10 and D0. RGB value is (176,16,208). Sum of RGB (Red+Green+Blue) = 176+16+208=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #B010D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D0 is #4FEF2F. Grayscale: #555555. Windows color (decimal): -5238576 or 13635760. OLE color: 13635760.
HSL color Cylindrical-coordinate representation of color #B010D0: hue angle of 290º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B010D0 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 16 | 208 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.18 |
| HSL | 290º | 0.86% | 0.44% | - |
| HSV(B) | 290º | 0.92% | 0.82% | - |
| XYZ | 29.47 | 14.15 | 60.85 | - |
| YUV | 85.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 208 | 0.15 | 0.92 | 0 | 0.18 | 290 | 0.86 | 0.44 |
| Hex | B0 | 10 | D0 | F | 5C | 0 | 12 | 122 | 56 | 2C |
| Octal | 260 | 20 | 320 | 17 | 134 | 0 | 22 | 442 | 126 | 54 |
| Binary | 10110000 | 10000 | 11010000 | 1111 | 1011100 | 0 | 10010 | 100100010 | 1010110 | 101100 |
Color Harmonies of #B010D0
Complementary color
Monochromatic Colors of #B010D0
Black with #B010D0
Text Example
Text Example
White with #B010D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B010D0; }
p { color: rgb(176,16,208); }
H1.HeaderClassName
{
color: #B010D0;
}
.AnyTagClassName
{
color: #B010D0;
}
</style>
background-color css
<style>
a { background-color: #B010D0; }
a { background-color: rgb(176,16,208); }
div.DivClassName
{
background-color: #B010D0;
}
.BgClassName
{
background-color: #B010D0;
}
</style>
border-color css
<style>
span { border-color: #B010D0; }
span { border-color: rgb(176,16,208); }
td.TdClassName
{
border-color: #B010D0;
}
.TagClassName
{
border-color: #B010D0;
}
</style>