Shades of Deep Magenta #B81DBC
Tints of Deep Magenta #B81DBC
RGB
CMYK
RGB Variations
Color information
#B81DBC (or 0xB81DBC) is known color: Deep Magenta. HEX triplet: B8, 1D and BC. RGB value is (184,29,188). Sum of RGB (Red+Green+Blue) = 184+29+188=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #B81DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DBC is #47E243. Grayscale: #5C5C5C. Windows color (decimal): -4710980 or 12328376. OLE color: 12328376.
HSL color Cylindrical-coordinate representation of color #B81DBC: hue angle of 298.49º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81DBC is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 29 | 188 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.26 |
| HSL | 298.49º | 0.73% | 0.43% | - |
| HSV(B) | 298.49º | 0.85% | 0.74% | - |
| XYZ | 29.28 | 14.7 | 48.87 | - |
| YUV | 93.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 188 | 0.02 | 0.85 | 0 | 0.26 | 298.49 | 0.73 | 0.43 |
| Hex | B8 | 1D | BC | 2 | 55 | 0 | 1A | 12A | 49 | 2B |
| Octal | 270 | 35 | 274 | 2 | 125 | 0 | 32 | 452 | 111 | 53 |
| Binary | 10111000 | 11101 | 10111100 | 10 | 1010101 | 0 | 11010 | 100101010 | 1001001 | 101011 |
Color Harmonies of #B81DBC
Complementary color
Monochromatic Colors of #B81DBC
Black with #B81DBC
Text Example
Text Example
White with #B81DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DBC; }
p { color: rgb(184,29,188); }
H1.HeaderClassName
{
color: #B81DBC;
}
.AnyTagClassName
{
color: #B81DBC;
}
</style>
background-color css
<style>
a { background-color: #B81DBC; }
a { background-color: rgb(184,29,188); }
div.DivClassName
{
background-color: #B81DBC;
}
.BgClassName
{
background-color: #B81DBC;
}
</style>
border-color css
<style>
span { border-color: #B81DBC; }
span { border-color: rgb(184,29,188); }
td.TdClassName
{
border-color: #B81DBC;
}
.TagClassName
{
border-color: #B81DBC;
}
</style>