Shades of Deep Magenta #B51FC0
Tints of Deep Magenta #B51FC0
RGB
CMYK
RGB Variations
Color information
#B51FC0 (or 0xB51FC0) is known color: Deep Magenta. HEX triplet: B5, 1F and C0. RGB value is (181,31,192). Sum of RGB (Red+Green+Blue) = 181+31+192=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #B51FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FC0 is #4AE03F. Grayscale: #5D5D5D. Windows color (decimal): -4907072 or 12591029. OLE color: 12591029.
HSL color Cylindrical-coordinate representation of color #B51FC0: hue angle of 295.9º 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 #B51FC0 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 31 | 192 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.25 |
| HSL | 295.9º | 0.72% | 0.44% | - |
| HSV(B) | 295.9º | 0.84% | 0.75% | - |
| XYZ | 29.06 | 14.61 | 51.16 | - |
| YUV | 94.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 192 | 0.06 | 0.84 | 0 | 0.25 | 295.9 | 0.72 | 0.44 |
| Hex | B5 | 1F | C0 | 6 | 54 | 0 | 19 | 128 | 48 | 2C |
| Octal | 265 | 37 | 300 | 6 | 124 | 0 | 31 | 450 | 110 | 54 |
| Binary | 10110101 | 11111 | 11000000 | 110 | 1010100 | 0 | 11001 | 100101000 | 1001000 | 101100 |
Color Harmonies of #B51FC0
Complementary color
Monochromatic Colors of #B51FC0
Black with #B51FC0
Text Example
Text Example
White with #B51FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FC0; }
p { color: rgb(181,31,192); }
H1.HeaderClassName
{
color: #B51FC0;
}
.AnyTagClassName
{
color: #B51FC0;
}
</style>
background-color css
<style>
a { background-color: #B51FC0; }
a { background-color: rgb(181,31,192); }
div.DivClassName
{
background-color: #B51FC0;
}
.BgClassName
{
background-color: #B51FC0;
}
</style>
border-color css
<style>
span { border-color: #B51FC0; }
span { border-color: rgb(181,31,192); }
td.TdClassName
{
border-color: #B51FC0;
}
.TagClassName
{
border-color: #B51FC0;
}
</style>