Shades of Deep Magenta #B80FBA
Tints of Deep Magenta #B80FBA
RGB
CMYK
RGB Variations
Color information
#B80FBA (or 0xB80FBA) is known color: Deep Magenta. HEX triplet: B8, 0F and BA. RGB value is (184,15,186). Sum of RGB (Red+Green+Blue) = 184+15+186=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B80FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FBA is #47F045. Grayscale: #545454. Windows color (decimal): -4714566 or 12193720. OLE color: 12193720.
HSL color Cylindrical-coordinate representation of color #B80FBA: hue angle of 299.3º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FBA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 15 | 186 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.27 |
| HSL | 299.3º | 0.85% | 0.39% | - |
| HSV(B) | 299.3º | 0.92% | 0.73% | - |
| XYZ | 28.8 | 14.08 | 47.65 | - |
| YUV | 85.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 186 | 0.01 | 0.92 | 0 | 0.27 | 299.3 | 0.85 | 0.39 |
| Hex | B8 | F | BA | 1 | 5C | 0 | 1B | 12B | 55 | 27 |
| Octal | 270 | 17 | 272 | 1 | 134 | 0 | 33 | 453 | 125 | 47 |
| Binary | 10111000 | 1111 | 10111010 | 1 | 1011100 | 0 | 11011 | 100101011 | 1010101 | 100111 |
Color Harmonies of #B80FBA
Complementary color
Monochromatic Colors of #B80FBA
Black with #B80FBA
Text Example
Text Example
White with #B80FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FBA; }
p { color: rgb(184,15,186); }
H1.HeaderClassName
{
color: #B80FBA;
}
.AnyTagClassName
{
color: #B80FBA;
}
</style>
background-color css
<style>
a { background-color: #B80FBA; }
a { background-color: rgb(184,15,186); }
div.DivClassName
{
background-color: #B80FBA;
}
.BgClassName
{
background-color: #B80FBA;
}
</style>
border-color css
<style>
span { border-color: #B80FBA; }
span { border-color: rgb(184,15,186); }
td.TdClassName
{
border-color: #B80FBA;
}
.TagClassName
{
border-color: #B80FBA;
}
</style>