Shades of Deep Magenta #B80CCD
Tints of Deep Magenta #B80CCD
RGB
CMYK
RGB Variations
Color information
#B80CCD (or 0xB80CCD) is known color: Deep Magenta. HEX triplet: B8, 0C and CD. RGB value is (184,12,205). Sum of RGB (Red+Green+Blue) = 184+12+205=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B80CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CCD is #47F332. Grayscale: #545454. Windows color (decimal): -4715315 or 13438136. OLE color: 13438136.
HSL color Cylindrical-coordinate representation of color #B80CCD: hue angle of 293.47º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80CCD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 12 | 205 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.20 |
| HSL | 293.47º | 0.89% | 0.43% | - |
| HSV(B) | 293.47º | 0.94% | 0.8% | - |
| XYZ | 30.92 | 14.86 | 59 | - |
| YUV | 85.43 | 195.48 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 205 | 0.10 | 0.94 | 0 | 0.20 | 293.47 | 0.89 | 0.43 |
| Hex | B8 | C | CD | A | 5E | 0 | 14 | 125 | 59 | 2B |
| Octal | 270 | 14 | 315 | 12 | 136 | 0 | 24 | 445 | 131 | 53 |
| Binary | 10111000 | 1100 | 11001101 | 1010 | 1011110 | 0 | 10100 | 100100101 | 1011001 | 101011 |
Color Harmonies of #B80CCD
Complementary color
Monochromatic Colors of #B80CCD
Black with #B80CCD
Text Example
Text Example
White with #B80CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CCD; }
p { color: rgb(184,12,205); }
H1.HeaderClassName
{
color: #B80CCD;
}
.AnyTagClassName
{
color: #B80CCD;
}
</style>
background-color css
<style>
a { background-color: #B80CCD; }
a { background-color: rgb(184,12,205); }
div.DivClassName
{
background-color: #B80CCD;
}
.BgClassName
{
background-color: #B80CCD;
}
</style>
border-color css
<style>
span { border-color: #B80CCD; }
span { border-color: rgb(184,12,205); }
td.TdClassName
{
border-color: #B80CCD;
}
.TagClassName
{
border-color: #B80CCD;
}
</style>