Shades of Dark Violet #B10EDD
Tints of Dark Violet #B10EDD
RGB
CMYK
RGB Variations
Color information
#B10EDD (or 0xB10EDD) is known color: Dark Violet. HEX triplet: B1, 0E and DD. RGB value is (177,14,221). Sum of RGB (Red+Green+Blue) = 177+14+221=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #B10EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EDD is #4EF122. Grayscale: #555555. Windows color (decimal): -5173539 or 14487217. OLE color: 14487217.
HSL color Cylindrical-coordinate representation of color #B10EDD: hue angle of 287.25º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10EDD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 14 | 221 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.13 |
| HSL | 287.25º | 0.88% | 0.46% | - |
| HSV(B) | 287.25º | 0.94% | 0.87% | - |
| XYZ | 31.34 | 14.88 | 69.63 | - |
| YUV | 86.34 | 204 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 221 | 0.20 | 0.94 | 0 | 0.13 | 287.25 | 0.88 | 0.46 |
| Hex | B1 | E | DD | 14 | 5E | 0 | D | 11F | 58 | 2E |
| Octal | 261 | 16 | 335 | 24 | 136 | 0 | 15 | 437 | 130 | 56 |
| Binary | 10110001 | 1110 | 11011101 | 10100 | 1011110 | 0 | 1101 | 100011111 | 1011000 | 101110 |
Color Harmonies of #B10EDD
Complementary color
Monochromatic Colors of #B10EDD
Black with #B10EDD
Text Example
Text Example
White with #B10EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10EDD; }
p { color: rgb(177,14,221); }
H1.HeaderClassName
{
color: #B10EDD;
}
.AnyTagClassName
{
color: #B10EDD;
}
</style>
background-color css
<style>
a { background-color: #B10EDD; }
a { background-color: rgb(177,14,221); }
div.DivClassName
{
background-color: #B10EDD;
}
.BgClassName
{
background-color: #B10EDD;
}
</style>
border-color css
<style>
span { border-color: #B10EDD; }
span { border-color: rgb(177,14,221); }
td.TdClassName
{
border-color: #B10EDD;
}
.TagClassName
{
border-color: #B10EDD;
}
</style>