Shades of Deep Magenta #B81FBA
Tints of Deep Magenta #B81FBA
RGB
CMYK
RGB Variations
Color information
#B81FBA (or 0xB81FBA) is known color: Deep Magenta. HEX triplet: B8, 1F and BA. RGB value is (184,31,186). Sum of RGB (Red+Green+Blue) = 184+31+186=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B81FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FBA is #47E045. Grayscale: #5D5D5D. Windows color (decimal): -4710470 or 12197816. OLE color: 12197816.
HSL color Cylindrical-coordinate representation of color #B81FBA: hue angle of 299.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81FBA is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 31 | 186 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.27 |
| HSL | 299.23º | 0.71% | 0.43% | - |
| HSV(B) | 299.23º | 0.83% | 0.73% | - |
| XYZ | 29.12 | 14.72 | 47.76 | - |
| YUV | 94.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 186 | 0.01 | 0.83 | 0 | 0.27 | 299.23 | 0.71 | 0.43 |
| Hex | B8 | 1F | BA | 1 | 53 | 0 | 1B | 12B | 47 | 2B |
| Octal | 270 | 37 | 272 | 1 | 123 | 0 | 33 | 453 | 107 | 53 |
| Binary | 10111000 | 11111 | 10111010 | 1 | 1010011 | 0 | 11011 | 100101011 | 1000111 | 101011 |
Color Harmonies of #B81FBA
Complementary color
Monochromatic Colors of #B81FBA
Black with #B81FBA
Text Example
Text Example
White with #B81FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FBA; }
p { color: rgb(184,31,186); }
H1.HeaderClassName
{
color: #B81FBA;
}
.AnyTagClassName
{
color: #B81FBA;
}
</style>
background-color css
<style>
a { background-color: #B81FBA; }
a { background-color: rgb(184,31,186); }
div.DivClassName
{
background-color: #B81FBA;
}
.BgClassName
{
background-color: #B81FBA;
}
</style>
border-color css
<style>
span { border-color: #B81FBA; }
span { border-color: rgb(184,31,186); }
td.TdClassName
{
border-color: #B81FBA;
}
.TagClassName
{
border-color: #B81FBA;
}
</style>