Shades of Deep Magenta #B80CAD
Tints of Deep Magenta #B80CAD
RGB
CMYK
RGB Variations
Color information
#B80CAD (or 0xB80CAD) is known color: Deep Magenta. HEX triplet: B8, 0C and AD. RGB value is (184,12,173). Sum of RGB (Red+Green+Blue) = 184+12+173=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80CAD is #47F352. Grayscale: #515151. Windows color (decimal): -4715347 or 11340984. OLE color: 11340984.
HSL color Cylindrical-coordinate representation of color #B80CAD: hue angle of 303.84º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80CAD is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 173 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.28 |
| HSL | 303.84º | 0.88% | 0.38% | - |
| HSV(B) | 303.84º | 0.93% | 0.72% | - |
| XYZ | 27.44 | 13.47 | 40.69 | - |
| YUV | 81.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 173 | 0 | 0.93 | 0.06 | 0.28 | 303.84 | 0.88 | 0.38 |
| Hex | B8 | C | AD | 0 | 5D | 6 | 1C | 130 | 58 | 26 |
| Octal | 270 | 14 | 255 | 0 | 135 | 6 | 34 | 460 | 130 | 46 |
| Binary | 10111000 | 1100 | 10101101 | 0 | 1011101 | 110 | 11100 | 100110000 | 1011000 | 100110 |
Color Harmonies of #B80CAD
Complementary color
Monochromatic Colors of #B80CAD
Black with #B80CAD
Text Example
Text Example
White with #B80CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CAD; }
p { color: rgb(184,12,173); }
H1.HeaderClassName
{
color: #B80CAD;
}
.AnyTagClassName
{
color: #B80CAD;
}
</style>
background-color css
<style>
a { background-color: #B80CAD; }
a { background-color: rgb(184,12,173); }
div.DivClassName
{
background-color: #B80CAD;
}
.BgClassName
{
background-color: #B80CAD;
}
</style>
border-color css
<style>
span { border-color: #B80CAD; }
span { border-color: rgb(184,12,173); }
td.TdClassName
{
border-color: #B80CAD;
}
.TagClassName
{
border-color: #B80CAD;
}
</style>