Shades of Deep Magenta #B81DCE
Tints of Deep Magenta #B81DCE
RGB
CMYK
RGB Variations
Color information
#B81DCE (or 0xB81DCE) is known color: Deep Magenta. HEX triplet: B8, 1D and CE. RGB value is (184,29,206). Sum of RGB (Red+Green+Blue) = 184+29+206=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #B81DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DCE is #47E231. Grayscale: #5E5E5E. Windows color (decimal): -4710962 or 13508024. OLE color: 13508024.
HSL color Cylindrical-coordinate representation of color #B81DCE: hue angle of 292.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81DCE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 29 | 206 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.19 |
| HSL | 292.54º | 0.75% | 0.46% | - |
| HSV(B) | 292.54º | 0.86% | 0.81% | - |
| XYZ | 31.35 | 15.53 | 59.74 | - |
| YUV | 95.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 206 | 0.11 | 0.86 | 0 | 0.19 | 292.54 | 0.75 | 0.46 |
| Hex | B8 | 1D | CE | B | 56 | 0 | 13 | 125 | 4B | 2E |
| Octal | 270 | 35 | 316 | 13 | 126 | 0 | 23 | 445 | 113 | 56 |
| Binary | 10111000 | 11101 | 11001110 | 1011 | 1010110 | 0 | 10011 | 100100101 | 1001011 | 101110 |
Color Harmonies of #B81DCE
Complementary color
Monochromatic Colors of #B81DCE
Black with #B81DCE
Text Example
Text Example
White with #B81DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DCE; }
p { color: rgb(184,29,206); }
H1.HeaderClassName
{
color: #B81DCE;
}
.AnyTagClassName
{
color: #B81DCE;
}
</style>
background-color css
<style>
a { background-color: #B81DCE; }
a { background-color: rgb(184,29,206); }
div.DivClassName
{
background-color: #B81DCE;
}
.BgClassName
{
background-color: #B81DCE;
}
</style>
border-color css
<style>
span { border-color: #B81DCE; }
span { border-color: rgb(184,29,206); }
td.TdClassName
{
border-color: #B81DCE;
}
.TagClassName
{
border-color: #B81DCE;
}
</style>