Shades of Deep Magenta #B41BBA
Tints of Deep Magenta #B41BBA
RGB
CMYK
RGB Variations
Color information
#B41BBA (or 0xB41BBA) is known color: Deep Magenta. HEX triplet: B4, 1B and BA. RGB value is (180,27,186). Sum of RGB (Red+Green+Blue) = 180+27+186=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #B41BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BBA is #4BE445. Grayscale: #5A5A5A. Windows color (decimal): -4973638 or 12196788. OLE color: 12196788.
HSL color Cylindrical-coordinate representation of color #B41BBA: hue angle of 297.74º degrees, saturation: 0.75, 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 #B41BBA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 27 | 186 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.27 |
| HSL | 297.74º | 0.75% | 0.42% | - |
| HSV(B) | 297.74º | 0.85% | 0.73% | - |
| XYZ | 28.08 | 14.03 | 47.68 | - |
| YUV | 90.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 186 | 0.03 | 0.85 | 0 | 0.27 | 297.74 | 0.75 | 0.42 |
| Hex | B4 | 1B | BA | 3 | 55 | 0 | 1B | 12A | 4B | 2A |
| Octal | 264 | 33 | 272 | 3 | 125 | 0 | 33 | 452 | 113 | 52 |
| Binary | 10110100 | 11011 | 10111010 | 11 | 1010101 | 0 | 11011 | 100101010 | 1001011 | 101010 |
Color Harmonies of #B41BBA
Complementary color
Monochromatic Colors of #B41BBA
Black with #B41BBA
Text Example
Text Example
White with #B41BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41BBA; }
p { color: rgb(180,27,186); }
H1.HeaderClassName
{
color: #B41BBA;
}
.AnyTagClassName
{
color: #B41BBA;
}
</style>
background-color css
<style>
a { background-color: #B41BBA; }
a { background-color: rgb(180,27,186); }
div.DivClassName
{
background-color: #B41BBA;
}
.BgClassName
{
background-color: #B41BBA;
}
</style>
border-color css
<style>
span { border-color: #B41BBA; }
span { border-color: rgb(180,27,186); }
td.TdClassName
{
border-color: #B41BBA;
}
.TagClassName
{
border-color: #B41BBA;
}
</style>