Shades of Deep Magenta #B407BA
Tints of Deep Magenta #B407BA
RGB
CMYK
RGB Variations
Color information
#B407BA (or 0xB407BA) is known color: Deep Magenta. HEX triplet: B4, 07 and BA. RGB value is (180,7,186). Sum of RGB (Red+Green+Blue) = 180+7+186=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #B407BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407BA is #4BF845. Grayscale: #4E4E4E. Windows color (decimal): -4978758 or 12191668. OLE color: 12191668.
HSL color Cylindrical-coordinate representation of color #B407BA: hue angle of 297.99º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B407BA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 7 | 186 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.27 |
| HSL | 297.99º | 0.93% | 0.38% | - |
| HSV(B) | 297.99º | 0.96% | 0.73% | - |
| XYZ | 27.76 | 13.4 | 47.58 | - |
| YUV | 79.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 186 | 0.03 | 0.96 | 0 | 0.27 | 297.99 | 0.93 | 0.38 |
| Hex | B4 | 7 | BA | 3 | 60 | 0 | 1B | 12A | 5D | 26 |
| Octal | 264 | 7 | 272 | 3 | 140 | 0 | 33 | 452 | 135 | 46 |
| Binary | 10110100 | 111 | 10111010 | 11 | 1100000 | 0 | 11011 | 100101010 | 1011101 | 100110 |
Color Harmonies of #B407BA
Complementary color
Monochromatic Colors of #B407BA
Black with #B407BA
Text Example
Text Example
White with #B407BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407BA; }
p { color: rgb(180,7,186); }
H1.HeaderClassName
{
color: #B407BA;
}
.AnyTagClassName
{
color: #B407BA;
}
</style>
background-color css
<style>
a { background-color: #B407BA; }
a { background-color: rgb(180,7,186); }
div.DivClassName
{
background-color: #B407BA;
}
.BgClassName
{
background-color: #B407BA;
}
</style>
border-color css
<style>
span { border-color: #B407BA; }
span { border-color: rgb(180,7,186); }
td.TdClassName
{
border-color: #B407BA;
}
.TagClassName
{
border-color: #B407BA;
}
</style>