Shades of Deep Magenta #B51FBC
Tints of Deep Magenta #B51FBC
RGB
CMYK
RGB Variations
Color information
#B51FBC (or 0xB51FBC) is known color: Deep Magenta. HEX triplet: B5, 1F and BC. RGB value is (181,31,188). Sum of RGB (Red+Green+Blue) = 181+31+188=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #B51FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FBC is #4AE043. Grayscale: #5D5D5D. Windows color (decimal): -4907076 or 12328885. OLE color: 12328885.
HSL color Cylindrical-coordinate representation of color #B51FBC: hue angle of 297.32º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51FBC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 31 | 188 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.26 |
| HSL | 297.32º | 0.72% | 0.43% | - |
| HSV(B) | 297.32º | 0.84% | 0.74% | - |
| XYZ | 28.62 | 14.43 | 48.85 | - |
| YUV | 93.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 31 | 188 | 0.04 | 0.84 | 0 | 0.26 | 297.32 | 0.72 | 0.43 |
| Hex | B5 | 1F | BC | 4 | 54 | 0 | 1A | 129 | 48 | 2B |
| Octal | 265 | 37 | 274 | 4 | 124 | 0 | 32 | 451 | 110 | 53 |
| Binary | 10110101 | 11111 | 10111100 | 100 | 1010100 | 0 | 11010 | 100101001 | 1001000 | 101011 |
Color Harmonies of #B51FBC
Complementary color
Monochromatic Colors of #B51FBC
Black with #B51FBC
Text Example
Text Example
White with #B51FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51FBC; }
p { color: rgb(181,31,188); }
H1.HeaderClassName
{
color: #B51FBC;
}
.AnyTagClassName
{
color: #B51FBC;
}
</style>
background-color css
<style>
a { background-color: #B51FBC; }
a { background-color: rgb(181,31,188); }
div.DivClassName
{
background-color: #B51FBC;
}
.BgClassName
{
background-color: #B51FBC;
}
</style>
border-color css
<style>
span { border-color: #B51FBC; }
span { border-color: rgb(181,31,188); }
td.TdClassName
{
border-color: #B51FBC;
}
.TagClassName
{
border-color: #B51FBC;
}
</style>