Shades of Deep Magenta #B81DB1
Tints of Deep Magenta #B81DB1
RGB
CMYK
RGB Variations
Color information
#B81DB1 (or 0xB81DB1) is known color: Deep Magenta. HEX triplet: B8, 1D and B1. RGB value is (184,29,177). Sum of RGB (Red+Green+Blue) = 184+29+177=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DB1 is #47E24E. Grayscale: #5B5B5B. Windows color (decimal): -4710991 or 11607480. OLE color: 11607480.
HSL color Cylindrical-coordinate representation of color #B81DB1: hue angle of 302.71º 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 #B81DB1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 177 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.28 |
| HSL | 302.71º | 0.73% | 0.42% | - |
| HSV(B) | 302.71º | 0.84% | 0.72% | - |
| XYZ | 28.14 | 14.24 | 42.86 | - |
| YUV | 92.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 177 | 0 | 0.84 | 0.04 | 0.28 | 302.71 | 0.73 | 0.42 |
| Hex | B8 | 1D | B1 | 0 | 54 | 4 | 1C | 12F | 49 | 2A |
| Octal | 270 | 35 | 261 | 0 | 124 | 4 | 34 | 457 | 111 | 52 |
| Binary | 10111000 | 11101 | 10110001 | 0 | 1010100 | 100 | 11100 | 100101111 | 1001001 | 101010 |
Color Harmonies of #B81DB1
Complementary color
Monochromatic Colors of #B81DB1
Black with #B81DB1
Text Example
Text Example
White with #B81DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DB1; }
p { color: rgb(184,29,177); }
H1.HeaderClassName
{
color: #B81DB1;
}
.AnyTagClassName
{
color: #B81DB1;
}
</style>
background-color css
<style>
a { background-color: #B81DB1; }
a { background-color: rgb(184,29,177); }
div.DivClassName
{
background-color: #B81DB1;
}
.BgClassName
{
background-color: #B81DB1;
}
</style>
border-color css
<style>
span { border-color: #B81DB1; }
span { border-color: rgb(184,29,177); }
td.TdClassName
{
border-color: #B81DB1;
}
.TagClassName
{
border-color: #B81DB1;
}
</style>