Shades of Dark Violet #B00EDD
Tints of Dark Violet #B00EDD
RGB
CMYK
RGB Variations
Color information
#B00EDD (or 0xB00EDD) is known color: Dark Violet. HEX triplet: B0, 0E and DD. RGB value is (176,14,221). Sum of RGB (Red+Green+Blue) = 176+14+221=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #B00EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EDD is #4FF122. Grayscale: #555555. Windows color (decimal): -5239075 or 14487216. OLE color: 14487216.
HSL color Cylindrical-coordinate representation of color #B00EDD: hue angle of 286.96º 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 #B00EDD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 14 | 221 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.13 |
| HSL | 286.96º | 0.88% | 0.46% | - |
| HSV(B) | 286.96º | 0.94% | 0.87% | - |
| XYZ | 31.11 | 14.76 | 69.62 | - |
| YUV | 86.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 221 | 0.20 | 0.94 | 0 | 0.13 | 286.96 | 0.88 | 0.46 |
| Hex | B0 | E | DD | 14 | 5E | 0 | D | 11F | 58 | 2E |
| Octal | 260 | 16 | 335 | 24 | 136 | 0 | 15 | 437 | 130 | 56 |
| Binary | 10110000 | 1110 | 11011101 | 10100 | 1011110 | 0 | 1101 | 100011111 | 1011000 | 101110 |
Color Harmonies of #B00EDD
Complementary color
Monochromatic Colors of #B00EDD
Black with #B00EDD
Text Example
Text Example
White with #B00EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EDD; }
p { color: rgb(176,14,221); }
H1.HeaderClassName
{
color: #B00EDD;
}
.AnyTagClassName
{
color: #B00EDD;
}
</style>
background-color css
<style>
a { background-color: #B00EDD; }
a { background-color: rgb(176,14,221); }
div.DivClassName
{
background-color: #B00EDD;
}
.BgClassName
{
background-color: #B00EDD;
}
</style>
border-color css
<style>
span { border-color: #B00EDD; }
span { border-color: rgb(176,14,221); }
td.TdClassName
{
border-color: #B00EDD;
}
.TagClassName
{
border-color: #B00EDD;
}
</style>