Shades of Dark Violet #B10ED8
Tints of Dark Violet #B10ED8
RGB
CMYK
RGB Variations
Color information
#B10ED8 (or 0xB10ED8) is known color: Dark Violet. HEX triplet: B1, 0E and D8. RGB value is (177,14,216). Sum of RGB (Red+Green+Blue) = 177+14+216=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #B10ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ED8 is #4EF127. Grayscale: #555555. Windows color (decimal): -5173544 or 14159537. OLE color: 14159537.
HSL color Cylindrical-coordinate representation of color #B10ED8: hue angle of 288.42º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10ED8 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 14 | 216 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.15 |
| HSL | 288.42º | 0.88% | 0.45% | - |
| HSV(B) | 288.42º | 0.94% | 0.85% | - |
| XYZ | 30.68 | 14.62 | 66.17 | - |
| YUV | 85.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 216 | 0.18 | 0.94 | 0 | 0.15 | 288.42 | 0.88 | 0.45 |
| Hex | B1 | E | D8 | 12 | 5E | 0 | F | 120 | 58 | 2D |
| Octal | 261 | 16 | 330 | 22 | 136 | 0 | 17 | 440 | 130 | 55 |
| Binary | 10110001 | 1110 | 11011000 | 10010 | 1011110 | 0 | 1111 | 100100000 | 1011000 | 101101 |
Color Harmonies of #B10ED8
Complementary color
Monochromatic Colors of #B10ED8
Black with #B10ED8
Text Example
Text Example
White with #B10ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ED8; }
p { color: rgb(177,14,216); }
H1.HeaderClassName
{
color: #B10ED8;
}
.AnyTagClassName
{
color: #B10ED8;
}
</style>
background-color css
<style>
a { background-color: #B10ED8; }
a { background-color: rgb(177,14,216); }
div.DivClassName
{
background-color: #B10ED8;
}
.BgClassName
{
background-color: #B10ED8;
}
</style>
border-color css
<style>
span { border-color: #B10ED8; }
span { border-color: rgb(177,14,216); }
td.TdClassName
{
border-color: #B10ED8;
}
.TagClassName
{
border-color: #B10ED8;
}
</style>