Shades of Deep Magenta #B51FBA
Tints of Deep Magenta #B51FBA
RGB
CMYK
RGB Variations
Color information
#B51FBA (or 0xB51FBA) is known color: Deep Magenta. HEX triplet: B5, 1F and BA. RGB value is (181,31,186). Sum of RGB (Red+Green+Blue) = 181+31+186=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B51FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FBA is #4AE045. Grayscale: #5D5D5D. Windows color (decimal): -4907078 or 12197813. OLE color: 12197813.
HSL color Cylindrical-coordinate representation of color #B51FBA: hue angle of 298.06º 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 #B51FBA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 31 | 186 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.27 |
| HSL | 298.06º | 0.71% | 0.43% | - |
| HSV(B) | 298.06º | 0.83% | 0.73% | - |
| XYZ | 28.41 | 14.35 | 47.73 | - |
| YUV | 93.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 186 | 0.03 | 0.83 | 0 | 0.27 | 298.06 | 0.71 | 0.43 |
| Hex | B5 | 1F | BA | 3 | 53 | 0 | 1B | 12A | 47 | 2B |
| Octal | 265 | 37 | 272 | 3 | 123 | 0 | 33 | 452 | 107 | 53 |
| Binary | 10110101 | 11111 | 10111010 | 11 | 1010011 | 0 | 11011 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B51FBA
Complementary color
Monochromatic Colors of #B51FBA
Black with #B51FBA
Text Example
Text Example
White with #B51FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FBA; }
p { color: rgb(181,31,186); }
H1.HeaderClassName
{
color: #B51FBA;
}
.AnyTagClassName
{
color: #B51FBA;
}
</style>
background-color css
<style>
a { background-color: #B51FBA; }
a { background-color: rgb(181,31,186); }
div.DivClassName
{
background-color: #B51FBA;
}
.BgClassName
{
background-color: #B51FBA;
}
</style>
border-color css
<style>
span { border-color: #B51FBA; }
span { border-color: rgb(181,31,186); }
td.TdClassName
{
border-color: #B51FBA;
}
.TagClassName
{
border-color: #B51FBA;
}
</style>