Shades of Deep Magenta #B80CB4
Tints of Deep Magenta #B80CB4
RGB
CMYK
RGB Variations
Color information
#B80CB4 (or 0xB80CB4) is known color: Deep Magenta. HEX triplet: B8, 0C and B4. RGB value is (184,12,180). Sum of RGB (Red+Green+Blue) = 184+12+180=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B80CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CB4 is #47F34B. Grayscale: #525252. Windows color (decimal): -4715340 or 11799736. OLE color: 11799736.
HSL color Cylindrical-coordinate representation of color #B80CB4: hue angle of 301.4º 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 #B80CB4 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 12 | 180 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.28 |
| HSL | 301.4º | 0.88% | 0.38% | - |
| HSV(B) | 301.4º | 0.93% | 0.72% | - |
| XYZ | 28.14 | 13.75 | 44.35 | - |
| YUV | 82.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 180 | 0 | 0.93 | 0.02 | 0.28 | 301.4 | 0.88 | 0.38 |
| Hex | B8 | C | B4 | 0 | 5D | 2 | 1C | 12D | 58 | 26 |
| Octal | 270 | 14 | 264 | 0 | 135 | 2 | 34 | 455 | 130 | 46 |
| Binary | 10111000 | 1100 | 10110100 | 0 | 1011101 | 10 | 11100 | 100101101 | 1011000 | 100110 |
Color Harmonies of #B80CB4
Complementary color
Monochromatic Colors of #B80CB4
Black with #B80CB4
Text Example
Text Example
White with #B80CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CB4; }
p { color: rgb(184,12,180); }
H1.HeaderClassName
{
color: #B80CB4;
}
.AnyTagClassName
{
color: #B80CB4;
}
</style>
background-color css
<style>
a { background-color: #B80CB4; }
a { background-color: rgb(184,12,180); }
div.DivClassName
{
background-color: #B80CB4;
}
.BgClassName
{
background-color: #B80CB4;
}
</style>
border-color css
<style>
span { border-color: #B80CB4; }
span { border-color: rgb(184,12,180); }
td.TdClassName
{
border-color: #B80CB4;
}
.TagClassName
{
border-color: #B80CB4;
}
</style>