Shades of Deep Magenta #B51DBC
Tints of Deep Magenta #B51DBC
RGB
CMYK
RGB Variations
Color information
#B51DBC (or 0xB51DBC) is known color: Deep Magenta. HEX triplet: B5, 1D and BC. RGB value is (181,29,188). Sum of RGB (Red+Green+Blue) = 181+29+188=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #B51DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DBC is #4AE243. Grayscale: #5C5C5C. Windows color (decimal): -4907588 or 12328373. OLE color: 12328373.
HSL color Cylindrical-coordinate representation of color #B51DBC: hue angle of 297.36º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51DBC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 29 | 188 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.26 |
| HSL | 297.36º | 0.73% | 0.43% | - |
| HSV(B) | 297.36º | 0.85% | 0.74% | - |
| XYZ | 28.57 | 14.33 | 48.84 | - |
| YUV | 92.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 188 | 0.04 | 0.85 | 0 | 0.26 | 297.36 | 0.73 | 0.43 |
| Hex | B5 | 1D | BC | 4 | 55 | 0 | 1A | 129 | 49 | 2B |
| Octal | 265 | 35 | 274 | 4 | 125 | 0 | 32 | 451 | 111 | 53 |
| Binary | 10110101 | 11101 | 10111100 | 100 | 1010101 | 0 | 11010 | 100101001 | 1001001 | 101011 |
Color Harmonies of #B51DBC
Complementary color
Monochromatic Colors of #B51DBC
Black with #B51DBC
Text Example
Text Example
White with #B51DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51DBC; }
p { color: rgb(181,29,188); }
H1.HeaderClassName
{
color: #B51DBC;
}
.AnyTagClassName
{
color: #B51DBC;
}
</style>
background-color css
<style>
a { background-color: #B51DBC; }
a { background-color: rgb(181,29,188); }
div.DivClassName
{
background-color: #B51DBC;
}
.BgClassName
{
background-color: #B51DBC;
}
</style>
border-color css
<style>
span { border-color: #B51DBC; }
span { border-color: rgb(181,29,188); }
td.TdClassName
{
border-color: #B51DBC;
}
.TagClassName
{
border-color: #B51DBC;
}
</style>