Shades of Deep Magenta #B415BA
Tints of Deep Magenta #B415BA
RGB
CMYK
RGB Variations
Color information
#B415BA (or 0xB415BA) is known color: Deep Magenta. HEX triplet: B4, 15 and BA. RGB value is (180,21,186). Sum of RGB (Red+Green+Blue) = 180+21+186=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #B415BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B415BA is #4BEA45. Grayscale: #565656. Windows color (decimal): -4975174 or 12195252. OLE color: 12195252.
HSL color Cylindrical-coordinate representation of color #B415BA: hue angle of 297.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B415BA is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 21 | 186 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.27 |
| HSL | 297.82º | 0.8% | 0.41% | - |
| HSV(B) | 297.82º | 0.89% | 0.73% | - |
| XYZ | 27.95 | 13.78 | 47.64 | - |
| YUV | 87.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 21 | 186 | 0.03 | 0.89 | 0 | 0.27 | 297.82 | 0.8 | 0.41 |
| Hex | B4 | 15 | BA | 3 | 59 | 0 | 1B | 12A | 50 | 29 |
| Octal | 264 | 25 | 272 | 3 | 131 | 0 | 33 | 452 | 120 | 51 |
| Binary | 10110100 | 10101 | 10111010 | 11 | 1011001 | 0 | 11011 | 100101010 | 1010000 | 101001 |
Color Harmonies of #B415BA
Complementary color
Monochromatic Colors of #B415BA
Black with #B415BA
Text Example
Text Example
White with #B415BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B415BA; }
p { color: rgb(180,21,186); }
H1.HeaderClassName
{
color: #B415BA;
}
.AnyTagClassName
{
color: #B415BA;
}
</style>
background-color css
<style>
a { background-color: #B415BA; }
a { background-color: rgb(180,21,186); }
div.DivClassName
{
background-color: #B415BA;
}
.BgClassName
{
background-color: #B415BA;
}
</style>
border-color css
<style>
span { border-color: #B415BA; }
span { border-color: rgb(180,21,186); }
td.TdClassName
{
border-color: #B415BA;
}
.TagClassName
{
border-color: #B415BA;
}
</style>