Shades of Deep Magenta #B51DBA
Tints of Deep Magenta #B51DBA
RGB
CMYK
RGB Variations
Color information
#B51DBA (or 0xB51DBA) is known color: Deep Magenta. HEX triplet: B5, 1D and BA. RGB value is (181,29,186). Sum of RGB (Red+Green+Blue) = 181+29+186=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B51DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DBA is #4AE245. Grayscale: #5B5B5B. Windows color (decimal): -4907590 or 12197301. OLE color: 12197301.
HSL color Cylindrical-coordinate representation of color #B51DBA: hue angle of 298.09º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51DBA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 29 | 186 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.27 |
| HSL | 298.09º | 0.73% | 0.42% | - |
| HSV(B) | 298.09º | 0.84% | 0.73% | - |
| XYZ | 28.36 | 14.25 | 47.71 | - |
| YUV | 92.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 186 | 0.03 | 0.84 | 0 | 0.27 | 298.09 | 0.73 | 0.42 |
| Hex | B5 | 1D | BA | 3 | 54 | 0 | 1B | 12A | 49 | 2A |
| Octal | 265 | 35 | 272 | 3 | 124 | 0 | 33 | 452 | 111 | 52 |
| Binary | 10110101 | 11101 | 10111010 | 11 | 1010100 | 0 | 11011 | 100101010 | 1001001 | 101010 |
Color Harmonies of #B51DBA
Complementary color
Monochromatic Colors of #B51DBA
Black with #B51DBA
Text Example
Text Example
White with #B51DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51DBA; }
p { color: rgb(181,29,186); }
H1.HeaderClassName
{
color: #B51DBA;
}
.AnyTagClassName
{
color: #B51DBA;
}
</style>
background-color css
<style>
a { background-color: #B51DBA; }
a { background-color: rgb(181,29,186); }
div.DivClassName
{
background-color: #B51DBA;
}
.BgClassName
{
background-color: #B51DBA;
}
</style>
border-color css
<style>
span { border-color: #B51DBA; }
span { border-color: rgb(181,29,186); }
td.TdClassName
{
border-color: #B51DBA;
}
.TagClassName
{
border-color: #B51DBA;
}
</style>