Shades of Deep Magenta #B41EBA
Tints of Deep Magenta #B41EBA
RGB
CMYK
RGB Variations
Color information
#B41EBA (or 0xB41EBA) is known color: Deep Magenta. HEX triplet: B4, 1E and BA. RGB value is (180,30,186). Sum of RGB (Red+Green+Blue) = 180+30+186=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 30 (12.11% from 255 or 7.58% 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 #B41EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41EBA is #4BE145. Grayscale: #5C5C5C. Windows color (decimal): -4972870 or 12197556. OLE color: 12197556.
HSL color Cylindrical-coordinate representation of color #B41EBA: hue angle of 297.69º degrees, saturation: 0.72, 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 #B41EBA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 30 | 186 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.27 |
| HSL | 297.69º | 0.72% | 0.42% | - |
| HSV(B) | 297.69º | 0.84% | 0.73% | - |
| XYZ | 28.15 | 14.18 | 47.71 | - |
| YUV | 92.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 186 | 0.03 | 0.84 | 0 | 0.27 | 297.69 | 0.72 | 0.42 |
| Hex | B4 | 1E | BA | 3 | 54 | 0 | 1B | 12A | 48 | 2A |
| Octal | 264 | 36 | 272 | 3 | 124 | 0 | 33 | 452 | 110 | 52 |
| Binary | 10110100 | 11110 | 10111010 | 11 | 1010100 | 0 | 11011 | 100101010 | 1001000 | 101010 |
Color Harmonies of #B41EBA
Complementary color
Monochromatic Colors of #B41EBA
Black with #B41EBA
Text Example
Text Example
White with #B41EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41EBA; }
p { color: rgb(180,30,186); }
H1.HeaderClassName
{
color: #B41EBA;
}
.AnyTagClassName
{
color: #B41EBA;
}
</style>
background-color css
<style>
a { background-color: #B41EBA; }
a { background-color: rgb(180,30,186); }
div.DivClassName
{
background-color: #B41EBA;
}
.BgClassName
{
background-color: #B41EBA;
}
</style>
border-color css
<style>
span { border-color: #B41EBA; }
span { border-color: rgb(180,30,186); }
td.TdClassName
{
border-color: #B41EBA;
}
.TagClassName
{
border-color: #B41EBA;
}
</style>