Shades of Deep Magenta #B81DB8
Tints of Deep Magenta #B81DB8
RGB
CMYK
RGB Variations
Color information
#B81DB8 (or 0xB81DB8) is known color: Deep Magenta. HEX triplet: B8, 1D and B8. RGB value is (184,29,184). Sum of RGB (Red+Green+Blue) = 184+29+184=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B81DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DB8 is #47E247. Grayscale: #5C5C5C. Windows color (decimal): -4710984 or 12066232. OLE color: 12066232.
HSL color Cylindrical-coordinate representation of color #B81DB8: hue angle of 300º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81DB8 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 184 | - |
| CMYK | 0 | 0.84 | 0 | 0.28 |
| HSL | 300º | 0.73% | 0.42% | - |
| HSV(B) | 300º | 0.84% | 0.72% | - |
| XYZ | 28.86 | 14.53 | 46.63 | - |
| YUV | 93.02 | 179.35 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 184 | 0 | 0.84 | 0 | 0.28 | 300 | 0.73 | 0.42 |
| Hex | B8 | 1D | B8 | 0 | 54 | 0 | 1C | 12C | 49 | 2A |
| Octal | 270 | 35 | 270 | 0 | 124 | 0 | 34 | 454 | 111 | 52 |
| Binary | 10111000 | 11101 | 10111000 | 0 | 1010100 | 0 | 11100 | 100101100 | 1001001 | 101010 |
Color Harmonies of #B81DB8
Complementary color
Monochromatic Colors of #B81DB8
Black with #B81DB8
Text Example
Text Example
White with #B81DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DB8; }
p { color: rgb(184,29,184); }
H1.HeaderClassName
{
color: #B81DB8;
}
.AnyTagClassName
{
color: #B81DB8;
}
</style>
background-color css
<style>
a { background-color: #B81DB8; }
a { background-color: rgb(184,29,184); }
div.DivClassName
{
background-color: #B81DB8;
}
.BgClassName
{
background-color: #B81DB8;
}
</style>
border-color css
<style>
span { border-color: #B81DB8; }
span { border-color: rgb(184,29,184); }
td.TdClassName
{
border-color: #B81DB8;
}
.TagClassName
{
border-color: #B81DB8;
}
</style>