Shades of Deep Magenta #B81ED9
Tints of Deep Magenta #B81ED9
RGB
CMYK
RGB Variations
Color information
#B81ED9 (or 0xB81ED9) is known color: Deep Magenta. HEX triplet: B8, 1E and D9. RGB value is (184,30,217). Sum of RGB (Red+Green+Blue) = 184+30+217=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #B81ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ED9 is #47E126. Grayscale: #606060. Windows color (decimal): -4710695 or 14229176. OLE color: 14229176.
HSL color Cylindrical-coordinate representation of color #B81ED9: hue angle of 289.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81ED9 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 30 | 217 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.15 |
| HSL | 289.41º | 0.76% | 0.48% | - |
| HSV(B) | 289.41º | 0.86% | 0.85% | - |
| XYZ | 32.76 | 16.13 | 67.03 | - |
| YUV | 97.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 217 | 0.15 | 0.86 | 0 | 0.15 | 289.41 | 0.76 | 0.48 |
| Hex | B8 | 1E | D9 | F | 56 | 0 | F | 121 | 4C | 30 |
| Octal | 270 | 36 | 331 | 17 | 126 | 0 | 17 | 441 | 114 | 60 |
| Binary | 10111000 | 11110 | 11011001 | 1111 | 1010110 | 0 | 1111 | 100100001 | 1001100 | 110000 |
Color Harmonies of #B81ED9
Complementary color
Monochromatic Colors of #B81ED9
Black with #B81ED9
Text Example
Text Example
White with #B81ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81ED9; }
p { color: rgb(184,30,217); }
H1.HeaderClassName
{
color: #B81ED9;
}
.AnyTagClassName
{
color: #B81ED9;
}
</style>
background-color css
<style>
a { background-color: #B81ED9; }
a { background-color: rgb(184,30,217); }
div.DivClassName
{
background-color: #B81ED9;
}
.BgClassName
{
background-color: #B81ED9;
}
</style>
border-color css
<style>
span { border-color: #B81ED9; }
span { border-color: rgb(184,30,217); }
td.TdClassName
{
border-color: #B81ED9;
}
.TagClassName
{
border-color: #B81ED9;
}
</style>