Shades of Deep Magenta #B41FBA
Tints of Deep Magenta #B41FBA
RGB
CMYK
RGB Variations
Color information
#B41FBA (or 0xB41FBA) is known color: Deep Magenta. HEX triplet: B4, 1F and BA. RGB value is (180,31,186). Sum of RGB (Red+Green+Blue) = 180+31+186=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #B41FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FBA is #4BE045. Grayscale: #5C5C5C. Windows color (decimal): -4972614 or 12197812. OLE color: 12197812.
HSL color Cylindrical-coordinate representation of color #B41FBA: hue angle of 297.68º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41FBA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 31 | 186 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.27 |
| HSL | 297.68º | 0.71% | 0.43% | - |
| HSV(B) | 297.68º | 0.83% | 0.73% | - |
| XYZ | 28.18 | 14.23 | 47.72 | - |
| YUV | 93.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 186 | 0.03 | 0.83 | 0 | 0.27 | 297.68 | 0.71 | 0.43 |
| Hex | B4 | 1F | BA | 3 | 53 | 0 | 1B | 12A | 47 | 2B |
| Octal | 264 | 37 | 272 | 3 | 123 | 0 | 33 | 452 | 107 | 53 |
| Binary | 10110100 | 11111 | 10111010 | 11 | 1010011 | 0 | 11011 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B41FBA
Complementary color
Monochromatic Colors of #B41FBA
Black with #B41FBA
Text Example
Text Example
White with #B41FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41FBA; }
p { color: rgb(180,31,186); }
H1.HeaderClassName
{
color: #B41FBA;
}
.AnyTagClassName
{
color: #B41FBA;
}
</style>
background-color css
<style>
a { background-color: #B41FBA; }
a { background-color: rgb(180,31,186); }
div.DivClassName
{
background-color: #B41FBA;
}
.BgClassName
{
background-color: #B41FBA;
}
</style>
border-color css
<style>
span { border-color: #B41FBA; }
span { border-color: rgb(180,31,186); }
td.TdClassName
{
border-color: #B41FBA;
}
.TagClassName
{
border-color: #B41FBA;
}
</style>