Shades of Deep Magenta #B915BA
Tints of Deep Magenta #B915BA
RGB
CMYK
RGB Variations
Color information
#B915BA (or 0xB915BA) is known color: Deep Magenta. HEX triplet: B9, 15 and BA. RGB value is (185,21,186). Sum of RGB (Red+Green+Blue) = 185+21+186=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B915BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915BA is #46EA45. Grayscale: #585858. Windows color (decimal): -4647494 or 12195257. OLE color: 12195257.
HSL color Cylindrical-coordinate representation of color #B915BA: hue angle of 299.64º 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 #B915BA is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 186 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.27 |
| HSL | 299.64º | 0.8% | 0.41% | - |
| HSV(B) | 299.64º | 0.89% | 0.73% | - |
| XYZ | 29.14 | 14.4 | 47.7 | - |
| YUV | 88.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 186 | 0.01 | 0.89 | 0 | 0.27 | 299.64 | 0.8 | 0.41 |
| Hex | B9 | 15 | BA | 1 | 59 | 0 | 1B | 12C | 50 | 29 |
| Octal | 271 | 25 | 272 | 1 | 131 | 0 | 33 | 454 | 120 | 51 |
| Binary | 10111001 | 10101 | 10111010 | 1 | 1011001 | 0 | 11011 | 100101100 | 1010000 | 101001 |
Color Harmonies of #B915BA
Complementary color
Monochromatic Colors of #B915BA
Black with #B915BA
Text Example
Text Example
White with #B915BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915BA; }
p { color: rgb(185,21,186); }
H1.HeaderClassName
{
color: #B915BA;
}
.AnyTagClassName
{
color: #B915BA;
}
</style>
background-color css
<style>
a { background-color: #B915BA; }
a { background-color: rgb(185,21,186); }
div.DivClassName
{
background-color: #B915BA;
}
.BgClassName
{
background-color: #B915BA;
}
</style>
border-color css
<style>
span { border-color: #B915BA; }
span { border-color: rgb(185,21,186); }
td.TdClassName
{
border-color: #B915BA;
}
.TagClassName
{
border-color: #B915BA;
}
</style>