Shades of Deep Magenta #B41CBA
Tints of Deep Magenta #B41CBA
RGB
CMYK
RGB Variations
Color information
#B41CBA (or 0xB41CBA) is known color: Deep Magenta. HEX triplet: B4, 1C and BA. RGB value is (180,28,186). Sum of RGB (Red+Green+Blue) = 180+28+186=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #B41CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CBA is #4BE345. Grayscale: #5A5A5A. Windows color (decimal): -4973382 or 12197044. OLE color: 12197044.
HSL color Cylindrical-coordinate representation of color #B41CBA: hue angle of 297.72º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41CBA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 28 | 186 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.27 |
| HSL | 297.72º | 0.74% | 0.42% | - |
| HSV(B) | 297.72º | 0.85% | 0.73% | - |
| XYZ | 28.1 | 14.08 | 47.69 | - |
| YUV | 91.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 186 | 0.03 | 0.85 | 0 | 0.27 | 297.72 | 0.74 | 0.42 |
| Hex | B4 | 1C | BA | 3 | 55 | 0 | 1B | 12A | 4A | 2A |
| Octal | 264 | 34 | 272 | 3 | 125 | 0 | 33 | 452 | 112 | 52 |
| Binary | 10110100 | 11100 | 10111010 | 11 | 1010101 | 0 | 11011 | 100101010 | 1001010 | 101010 |
Color Harmonies of #B41CBA
Complementary color
Monochromatic Colors of #B41CBA
Black with #B41CBA
Text Example
Text Example
White with #B41CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41CBA; }
p { color: rgb(180,28,186); }
H1.HeaderClassName
{
color: #B41CBA;
}
.AnyTagClassName
{
color: #B41CBA;
}
</style>
background-color css
<style>
a { background-color: #B41CBA; }
a { background-color: rgb(180,28,186); }
div.DivClassName
{
background-color: #B41CBA;
}
.BgClassName
{
background-color: #B41CBA;
}
</style>
border-color css
<style>
span { border-color: #B41CBA; }
span { border-color: rgb(180,28,186); }
td.TdClassName
{
border-color: #B41CBA;
}
.TagClassName
{
border-color: #B41CBA;
}
</style>