Shades of Deep Magenta #B80DCB
Tints of Deep Magenta #B80DCB
RGB
CMYK
RGB Variations
Color information
#B80DCB (or 0xB80DCB) is known color: Deep Magenta. HEX triplet: B8, 0D and CB. RGB value is (184,13,203). Sum of RGB (Red+Green+Blue) = 184+13+203=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #B80DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DCB is #47F234. Grayscale: #555555. Windows color (decimal): -4715061 or 13307320. OLE color: 13307320.
HSL color Cylindrical-coordinate representation of color #B80DCB: hue angle of 294º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DCB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 13 | 203 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.20 |
| HSL | 294º | 0.88% | 0.42% | - |
| HSV(B) | 294º | 0.94% | 0.8% | - |
| XYZ | 30.69 | 14.79 | 57.74 | - |
| YUV | 85.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 203 | 0.09 | 0.94 | 0 | 0.20 | 294 | 0.88 | 0.42 |
| Hex | B8 | D | CB | 9 | 5E | 0 | 14 | 126 | 58 | 2A |
| Octal | 270 | 15 | 313 | 11 | 136 | 0 | 24 | 446 | 130 | 52 |
| Binary | 10111000 | 1101 | 11001011 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B80DCB
Complementary color
Monochromatic Colors of #B80DCB
Black with #B80DCB
Text Example
Text Example
White with #B80DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DCB; }
p { color: rgb(184,13,203); }
H1.HeaderClassName
{
color: #B80DCB;
}
.AnyTagClassName
{
color: #B80DCB;
}
</style>
background-color css
<style>
a { background-color: #B80DCB; }
a { background-color: rgb(184,13,203); }
div.DivClassName
{
background-color: #B80DCB;
}
.BgClassName
{
background-color: #B80DCB;
}
</style>
border-color css
<style>
span { border-color: #B80DCB; }
span { border-color: rgb(184,13,203); }
td.TdClassName
{
border-color: #B80DCB;
}
.TagClassName
{
border-color: #B80DCB;
}
</style>