Shades of Deep Magenta #B81DCB
Tints of Deep Magenta #B81DCB
RGB
CMYK
RGB Variations
Color information
#B81DCB (or 0xB81DCB) is known color: Deep Magenta. HEX triplet: B8, 1D and CB. RGB value is (184,29,203). Sum of RGB (Red+Green+Blue) = 184+29+203=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #B81DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DCB is #47E234. Grayscale: #5E5E5E. Windows color (decimal): -4710965 or 13311416. OLE color: 13311416.
HSL color Cylindrical-coordinate representation of color #B81DCB: hue angle of 293.45º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81DCB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 29 | 203 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.20 |
| HSL | 293.45º | 0.75% | 0.45% | - |
| HSV(B) | 293.45º | 0.86% | 0.8% | - |
| XYZ | 30.99 | 15.38 | 57.84 | - |
| YUV | 95.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 203 | 0.09 | 0.86 | 0 | 0.20 | 293.45 | 0.75 | 0.45 |
| Hex | B8 | 1D | CB | 9 | 56 | 0 | 14 | 125 | 4B | 2D |
| Octal | 270 | 35 | 313 | 11 | 126 | 0 | 24 | 445 | 113 | 55 |
| Binary | 10111000 | 11101 | 11001011 | 1001 | 1010110 | 0 | 10100 | 100100101 | 1001011 | 101101 |
Color Harmonies of #B81DCB
Complementary color
Monochromatic Colors of #B81DCB
Black with #B81DCB
Text Example
Text Example
White with #B81DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DCB; }
p { color: rgb(184,29,203); }
H1.HeaderClassName
{
color: #B81DCB;
}
.AnyTagClassName
{
color: #B81DCB;
}
</style>
background-color css
<style>
a { background-color: #B81DCB; }
a { background-color: rgb(184,29,203); }
div.DivClassName
{
background-color: #B81DCB;
}
.BgClassName
{
background-color: #B81DCB;
}
</style>
border-color css
<style>
span { border-color: #B81DCB; }
span { border-color: rgb(184,29,203); }
td.TdClassName
{
border-color: #B81DCB;
}
.TagClassName
{
border-color: #B81DCB;
}
</style>