Shades of Dark Violet #B00ED0
Tints of Dark Violet #B00ED0
RGB
CMYK
RGB Variations
Color information
#B00ED0 (or 0xB00ED0) is known color: Dark Violet. HEX triplet: B0, 0E and D0. RGB value is (176,14,208). Sum of RGB (Red+Green+Blue) = 176+14+208=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #B00ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ED0 is #4FF12F. Grayscale: #535353. Windows color (decimal): -5239088 or 13635248. OLE color: 13635248.
HSL color Cylindrical-coordinate representation of color #B00ED0: hue angle of 290.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00ED0 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 14 | 208 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.18 |
| HSL | 290.1º | 0.87% | 0.44% | - |
| HSV(B) | 290.1º | 0.93% | 0.82% | - |
| XYZ | 29.45 | 14.1 | 60.84 | - |
| YUV | 84.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 208 | 0.15 | 0.93 | 0 | 0.18 | 290.1 | 0.87 | 0.44 |
| Hex | B0 | E | D0 | F | 5D | 0 | 12 | 122 | 57 | 2C |
| Octal | 260 | 16 | 320 | 17 | 135 | 0 | 22 | 442 | 127 | 54 |
| Binary | 10110000 | 1110 | 11010000 | 1111 | 1011101 | 0 | 10010 | 100100010 | 1010111 | 101100 |
Color Harmonies of #B00ED0
Complementary color
Monochromatic Colors of #B00ED0
Black with #B00ED0
Text Example
Text Example
White with #B00ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ED0; }
p { color: rgb(176,14,208); }
H1.HeaderClassName
{
color: #B00ED0;
}
.AnyTagClassName
{
color: #B00ED0;
}
</style>
background-color css
<style>
a { background-color: #B00ED0; }
a { background-color: rgb(176,14,208); }
div.DivClassName
{
background-color: #B00ED0;
}
.BgClassName
{
background-color: #B00ED0;
}
</style>
border-color css
<style>
span { border-color: #B00ED0; }
span { border-color: rgb(176,14,208); }
td.TdClassName
{
border-color: #B00ED0;
}
.TagClassName
{
border-color: #B00ED0;
}
</style>