Shades of Deep Magenta #B51CBC
Tints of Deep Magenta #B51CBC
RGB
CMYK
RGB Variations
Color information
#B51CBC (or 0xB51CBC) is known color: Deep Magenta. HEX triplet: B5, 1C and BC. RGB value is (181,28,188). Sum of RGB (Red+Green+Blue) = 181+28+188=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #B51CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CBC is #4AE343. Grayscale: #5B5B5B. Windows color (decimal): -4907844 or 12328117. OLE color: 12328117.
HSL color Cylindrical-coordinate representation of color #B51CBC: hue angle of 297.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51CBC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 28 | 188 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.26 |
| HSL | 297.38º | 0.74% | 0.42% | - |
| HSV(B) | 297.38º | 0.85% | 0.74% | - |
| XYZ | 28.55 | 14.29 | 48.83 | - |
| YUV | 91.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 188 | 0.04 | 0.85 | 0 | 0.26 | 297.38 | 0.74 | 0.42 |
| Hex | B5 | 1C | BC | 4 | 55 | 0 | 1A | 129 | 4A | 2A |
| Octal | 265 | 34 | 274 | 4 | 125 | 0 | 32 | 451 | 112 | 52 |
| Binary | 10110101 | 11100 | 10111100 | 100 | 1010101 | 0 | 11010 | 100101001 | 1001010 | 101010 |
Color Harmonies of #B51CBC
Complementary color
Monochromatic Colors of #B51CBC
Black with #B51CBC
Text Example
Text Example
White with #B51CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51CBC; }
p { color: rgb(181,28,188); }
H1.HeaderClassName
{
color: #B51CBC;
}
.AnyTagClassName
{
color: #B51CBC;
}
</style>
background-color css
<style>
a { background-color: #B51CBC; }
a { background-color: rgb(181,28,188); }
div.DivClassName
{
background-color: #B51CBC;
}
.BgClassName
{
background-color: #B51CBC;
}
</style>
border-color css
<style>
span { border-color: #B51CBC; }
span { border-color: rgb(181,28,188); }
td.TdClassName
{
border-color: #B51CBC;
}
.TagClassName
{
border-color: #B51CBC;
}
</style>