Shades of Deep Magenta #B81ECD
Tints of Deep Magenta #B81ECD
RGB
CMYK
RGB Variations
Color information
#B81ECD (or 0xB81ECD) is known color: Deep Magenta. HEX triplet: B8, 1E and CD. RGB value is (184,30,205). Sum of RGB (Red+Green+Blue) = 184+30+205=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #B81ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ECD is #47E132. Grayscale: #5F5F5F. Windows color (decimal): -4710707 or 13442744. OLE color: 13442744.
HSL color Cylindrical-coordinate representation of color #B81ECD: hue angle of 292.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81ECD is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 30 | 205 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.20 |
| HSL | 292.8º | 0.74% | 0.46% | - |
| HSV(B) | 292.8º | 0.85% | 0.8% | - |
| XYZ | 31.25 | 15.53 | 59.11 | - |
| YUV | 96 | 189.52 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 205 | 0.10 | 0.85 | 0 | 0.20 | 292.8 | 0.74 | 0.46 |
| Hex | B8 | 1E | CD | A | 55 | 0 | 14 | 125 | 4A | 2E |
| Octal | 270 | 36 | 315 | 12 | 125 | 0 | 24 | 445 | 112 | 56 |
| Binary | 10111000 | 11110 | 11001101 | 1010 | 1010101 | 0 | 10100 | 100100101 | 1001010 | 101110 |
Color Harmonies of #B81ECD
Complementary color
Monochromatic Colors of #B81ECD
Black with #B81ECD
Text Example
Text Example
White with #B81ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81ECD; }
p { color: rgb(184,30,205); }
H1.HeaderClassName
{
color: #B81ECD;
}
.AnyTagClassName
{
color: #B81ECD;
}
</style>
background-color css
<style>
a { background-color: #B81ECD; }
a { background-color: rgb(184,30,205); }
div.DivClassName
{
background-color: #B81ECD;
}
.BgClassName
{
background-color: #B81ECD;
}
</style>
border-color css
<style>
span { border-color: #B81ECD; }
span { border-color: rgb(184,30,205); }
td.TdClassName
{
border-color: #B81ECD;
}
.TagClassName
{
border-color: #B81ECD;
}
</style>