Shades of Deep Magenta #B00EBD
Tints of Deep Magenta #B00EBD
RGB
CMYK
RGB Variations
Color information
#B00EBD (or 0xB00EBD) is known color: Deep Magenta. HEX triplet: B0, 0E and BD. RGB value is (176,14,189). Sum of RGB (Red+Green+Blue) = 176+14+189=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #B00EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EBD is #4FF142. Grayscale: #515151. Windows color (decimal): -5239107 or 12390064. OLE color: 12390064.
HSL color Cylindrical-coordinate representation of color #B00EBD: hue angle of 295.54º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00EBD is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 14 | 189 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.26 |
| HSL | 295.54º | 0.86% | 0.4% | - |
| HSV(B) | 295.54º | 0.93% | 0.74% | - |
| XYZ | 27.25 | 13.22 | 49.26 | - |
| YUV | 82.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 189 | 0.07 | 0.93 | 0 | 0.26 | 295.54 | 0.86 | 0.4 |
| Hex | B0 | E | BD | 7 | 5D | 0 | 1A | 128 | 56 | 28 |
| Octal | 260 | 16 | 275 | 7 | 135 | 0 | 32 | 450 | 126 | 50 |
| Binary | 10110000 | 1110 | 10111101 | 111 | 1011101 | 0 | 11010 | 100101000 | 1010110 | 101000 |
Color Harmonies of #B00EBD
Complementary color
Monochromatic Colors of #B00EBD
Black with #B00EBD
Text Example
Text Example
White with #B00EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EBD; }
p { color: rgb(176,14,189); }
H1.HeaderClassName
{
color: #B00EBD;
}
.AnyTagClassName
{
color: #B00EBD;
}
</style>
background-color css
<style>
a { background-color: #B00EBD; }
a { background-color: rgb(176,14,189); }
div.DivClassName
{
background-color: #B00EBD;
}
.BgClassName
{
background-color: #B00EBD;
}
</style>
border-color css
<style>
span { border-color: #B00EBD; }
span { border-color: rgb(176,14,189); }
td.TdClassName
{
border-color: #B00EBD;
}
.TagClassName
{
border-color: #B00EBD;
}
</style>