Shades of Deep Magenta #B51FBF
Tints of Deep Magenta #B51FBF
RGB
CMYK
RGB Variations
Color information
#B51FBF (or 0xB51FBF) is known color: Deep Magenta. HEX triplet: B5, 1F and BF. RGB value is (181,31,191). Sum of RGB (Red+Green+Blue) = 181+31+191=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #B51FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FBF is #4AE040. Grayscale: #5D5D5D. Windows color (decimal): -4907073 or 12525493. OLE color: 12525493.
HSL color Cylindrical-coordinate representation of color #B51FBF: hue angle of 296.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51FBF is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 31 | 191 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.25 |
| HSL | 296.25º | 0.72% | 0.44% | - |
| HSV(B) | 296.25º | 0.84% | 0.75% | - |
| XYZ | 28.95 | 14.57 | 50.58 | - |
| YUV | 94.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 191 | 0.05 | 0.84 | 0 | 0.25 | 296.25 | 0.72 | 0.44 |
| Hex | B5 | 1F | BF | 5 | 54 | 0 | 19 | 128 | 48 | 2C |
| Octal | 265 | 37 | 277 | 5 | 124 | 0 | 31 | 450 | 110 | 54 |
| Binary | 10110101 | 11111 | 10111111 | 101 | 1010100 | 0 | 11001 | 100101000 | 1001000 | 101100 |
Color Harmonies of #B51FBF
Complementary color
Monochromatic Colors of #B51FBF
Black with #B51FBF
Text Example
Text Example
White with #B51FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FBF; }
p { color: rgb(181,31,191); }
H1.HeaderClassName
{
color: #B51FBF;
}
.AnyTagClassName
{
color: #B51FBF;
}
</style>
background-color css
<style>
a { background-color: #B51FBF; }
a { background-color: rgb(181,31,191); }
div.DivClassName
{
background-color: #B51FBF;
}
.BgClassName
{
background-color: #B51FBF;
}
</style>
border-color css
<style>
span { border-color: #B51FBF; }
span { border-color: rgb(181,31,191); }
td.TdClassName
{
border-color: #B51FBF;
}
.TagClassName
{
border-color: #B51FBF;
}
</style>