Shades of Deep Magenta #B80DCF
Tints of Deep Magenta #B80DCF
RGB
CMYK
RGB Variations
Color information
#B80DCF (or 0xB80DCF) is known color: Deep Magenta. HEX triplet: B8, 0D and CF. RGB value is (184,13,207). Sum of RGB (Red+Green+Blue) = 184+13+207=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B80DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DCF is #47F230. Grayscale: #555555. Windows color (decimal): -4715057 or 13569464. OLE color: 13569464.
HSL color Cylindrical-coordinate representation of color #B80DCF: hue angle of 292.89º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DCF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 13 | 207 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.19 |
| HSL | 292.89º | 0.88% | 0.43% | - |
| HSV(B) | 292.89º | 0.94% | 0.81% | - |
| XYZ | 31.17 | 14.98 | 60.28 | - |
| YUV | 86.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 207 | 0.11 | 0.94 | 0 | 0.19 | 292.89 | 0.88 | 0.43 |
| Hex | B8 | D | CF | B | 5E | 0 | 13 | 125 | 58 | 2B |
| Octal | 270 | 15 | 317 | 13 | 136 | 0 | 23 | 445 | 130 | 53 |
| Binary | 10111000 | 1101 | 11001111 | 1011 | 1011110 | 0 | 10011 | 100100101 | 1011000 | 101011 |
Color Harmonies of #B80DCF
Complementary color
Monochromatic Colors of #B80DCF
Black with #B80DCF
Text Example
Text Example
White with #B80DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DCF; }
p { color: rgb(184,13,207); }
H1.HeaderClassName
{
color: #B80DCF;
}
.AnyTagClassName
{
color: #B80DCF;
}
</style>
background-color css
<style>
a { background-color: #B80DCF; }
a { background-color: rgb(184,13,207); }
div.DivClassName
{
background-color: #B80DCF;
}
.BgClassName
{
background-color: #B80DCF;
}
</style>
border-color css
<style>
span { border-color: #B80DCF; }
span { border-color: rgb(184,13,207); }
td.TdClassName
{
border-color: #B80DCF;
}
.TagClassName
{
border-color: #B80DCF;
}
</style>