Shades of Dark Violet #B10DD2
Tints of Dark Violet #B10DD2
RGB
CMYK
RGB Variations
Color information
#B10DD2 (or 0xB10DD2) is known color: Dark Violet. HEX triplet: B1, 0D and D2. RGB value is (177,13,210). Sum of RGB (Red+Green+Blue) = 177+13+210=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #B10DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DD2 is #4EF22D. Grayscale: #535353. Windows color (decimal): -5173806 or 13766065. OLE color: 13766065.
HSL color Cylindrical-coordinate representation of color #B10DD2: hue angle of 289.95º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DD2 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 13 | 210 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.18 |
| HSL | 289.95º | 0.88% | 0.44% | - |
| HSV(B) | 289.95º | 0.94% | 0.82% | - |
| XYZ | 29.91 | 14.29 | 62.15 | - |
| YUV | 84.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 210 | 0.16 | 0.94 | 0 | 0.18 | 289.95 | 0.88 | 0.44 |
| Hex | B1 | D | D2 | 10 | 5E | 0 | 12 | 122 | 58 | 2C |
| Octal | 261 | 15 | 322 | 20 | 136 | 0 | 22 | 442 | 130 | 54 |
| Binary | 10110001 | 1101 | 11010010 | 10000 | 1011110 | 0 | 10010 | 100100010 | 1011000 | 101100 |
Color Harmonies of #B10DD2
Complementary color
Monochromatic Colors of #B10DD2
Black with #B10DD2
Text Example
Text Example
White with #B10DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DD2; }
p { color: rgb(177,13,210); }
H1.HeaderClassName
{
color: #B10DD2;
}
.AnyTagClassName
{
color: #B10DD2;
}
</style>
background-color css
<style>
a { background-color: #B10DD2; }
a { background-color: rgb(177,13,210); }
div.DivClassName
{
background-color: #B10DD2;
}
.BgClassName
{
background-color: #B10DD2;
}
</style>
border-color css
<style>
span { border-color: #B10DD2; }
span { border-color: rgb(177,13,210); }
td.TdClassName
{
border-color: #B10DD2;
}
.TagClassName
{
border-color: #B10DD2;
}
</style>