Shades of Deep Magenta #B80FCF
Tints of Deep Magenta #B80FCF
RGB
CMYK
RGB Variations
Color information
#B80FCF (or 0xB80FCF) is known color: Deep Magenta. HEX triplet: B8, 0F and CF. RGB value is (184,15,207). Sum of RGB (Red+Green+Blue) = 184+15+207=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #B80FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FCF is #47F030. Grayscale: #565656. Windows color (decimal): -4714545 or 13569976. OLE color: 13569976.
HSL color Cylindrical-coordinate representation of color #B80FCF: hue angle of 292.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FCF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 15 | 207 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.19 |
| HSL | 292.81º | 0.86% | 0.44% | - |
| HSV(B) | 292.81º | 0.93% | 0.81% | - |
| XYZ | 31.2 | 15.04 | 60.29 | - |
| YUV | 87.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 207 | 0.11 | 0.93 | 0 | 0.19 | 292.81 | 0.86 | 0.44 |
| Hex | B8 | F | CF | B | 5D | 0 | 13 | 125 | 56 | 2C |
| Octal | 270 | 17 | 317 | 13 | 135 | 0 | 23 | 445 | 126 | 54 |
| Binary | 10111000 | 1111 | 11001111 | 1011 | 1011101 | 0 | 10011 | 100100101 | 1010110 | 101100 |
Color Harmonies of #B80FCF
Complementary color
Monochromatic Colors of #B80FCF
Black with #B80FCF
Text Example
Text Example
White with #B80FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FCF; }
p { color: rgb(184,15,207); }
H1.HeaderClassName
{
color: #B80FCF;
}
.AnyTagClassName
{
color: #B80FCF;
}
</style>
background-color css
<style>
a { background-color: #B80FCF; }
a { background-color: rgb(184,15,207); }
div.DivClassName
{
background-color: #B80FCF;
}
.BgClassName
{
background-color: #B80FCF;
}
</style>
border-color css
<style>
span { border-color: #B80FCF; }
span { border-color: rgb(184,15,207); }
td.TdClassName
{
border-color: #B80FCF;
}
.TagClassName
{
border-color: #B80FCF;
}
</style>