Shades of Deep Magenta #B410BA
Tints of Deep Magenta #B410BA
RGB
CMYK
RGB Variations
Color information
#B410BA (or 0xB410BA) is known color: Deep Magenta. HEX triplet: B4, 10 and BA. RGB value is (180,16,186). Sum of RGB (Red+Green+Blue) = 180+16+186=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #B410BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410BA is #4BEF45. Grayscale: #535353. Windows color (decimal): -4976454 or 12193972. OLE color: 12193972.
HSL color Cylindrical-coordinate representation of color #B410BA: hue angle of 297.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410BA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 16 | 186 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.27 |
| HSL | 297.88º | 0.84% | 0.4% | - |
| HSV(B) | 297.88º | 0.91% | 0.73% | - |
| XYZ | 27.87 | 13.62 | 47.61 | - |
| YUV | 84.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 186 | 0.03 | 0.91 | 0 | 0.27 | 297.88 | 0.84 | 0.4 |
| Hex | B4 | 10 | BA | 3 | 5B | 0 | 1B | 12A | 54 | 28 |
| Octal | 264 | 20 | 272 | 3 | 133 | 0 | 33 | 452 | 124 | 50 |
| Binary | 10110100 | 10000 | 10111010 | 11 | 1011011 | 0 | 11011 | 100101010 | 1010100 | 101000 |
Color Harmonies of #B410BA
Complementary color
Monochromatic Colors of #B410BA
Black with #B410BA
Text Example
Text Example
White with #B410BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B410BA; }
p { color: rgb(180,16,186); }
H1.HeaderClassName
{
color: #B410BA;
}
.AnyTagClassName
{
color: #B410BA;
}
</style>
background-color css
<style>
a { background-color: #B410BA; }
a { background-color: rgb(180,16,186); }
div.DivClassName
{
background-color: #B410BA;
}
.BgClassName
{
background-color: #B410BA;
}
</style>
border-color css
<style>
span { border-color: #B410BA; }
span { border-color: rgb(180,16,186); }
td.TdClassName
{
border-color: #B410BA;
}
.TagClassName
{
border-color: #B410BA;
}
</style>