Shades of Dark Violet #B00EDC
Tints of Dark Violet #B00EDC
RGB
CMYK
RGB Variations
Color information
#B00EDC (or 0xB00EDC) is known color: Dark Violet. HEX triplet: B0, 0E and DC. RGB value is (176,14,220). Sum of RGB (Red+Green+Blue) = 176+14+220=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #B00EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EDC is #4FF123. Grayscale: #555555. Windows color (decimal): -5239076 or 14421680. OLE color: 14421680.
HSL color Cylindrical-coordinate representation of color #B00EDC: hue angle of 287.18º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EDC is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 14 | 220 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.14 |
| HSL | 287.18º | 0.88% | 0.46% | - |
| HSV(B) | 287.18º | 0.94% | 0.86% | - |
| XYZ | 30.98 | 14.71 | 68.92 | - |
| YUV | 85.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 220 | 0.2 | 0.94 | 0 | 0.14 | 287.18 | 0.88 | 0.46 |
| Hex | B0 | E | DC | 14 | 5E | 0 | E | 11F | 58 | 2E |
| Octal | 260 | 16 | 334 | 24 | 136 | 0 | 16 | 437 | 130 | 56 |
| Binary | 10110000 | 1110 | 11011100 | 10100 | 1011110 | 0 | 1110 | 100011111 | 1011000 | 101110 |
Color Harmonies of #B00EDC
Complementary color
Monochromatic Colors of #B00EDC
Black with #B00EDC
Text Example
Text Example
White with #B00EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EDC; }
p { color: rgb(176,14,220); }
H1.HeaderClassName
{
color: #B00EDC;
}
.AnyTagClassName
{
color: #B00EDC;
}
</style>
background-color css
<style>
a { background-color: #B00EDC; }
a { background-color: rgb(176,14,220); }
div.DivClassName
{
background-color: #B00EDC;
}
.BgClassName
{
background-color: #B00EDC;
}
</style>
border-color css
<style>
span { border-color: #B00EDC; }
span { border-color: rgb(176,14,220); }
td.TdClassName
{
border-color: #B00EDC;
}
.TagClassName
{
border-color: #B00EDC;
}
</style>