Shades of Deep Magenta #B913BA
Tints of Deep Magenta #B913BA
RGB
CMYK
RGB Variations
Color information
#B913BA (or 0xB913BA) is known color: Deep Magenta. HEX triplet: B9, 13 and BA. RGB value is (185,19,186). Sum of RGB (Red+Green+Blue) = 185+19+186=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B913BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913BA is #46EC45. Grayscale: #575757. Windows color (decimal): -4648006 or 12194745. OLE color: 12194745.
HSL color Cylindrical-coordinate representation of color #B913BA: hue angle of 299.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913BA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 186 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.27 |
| HSL | 299.64º | 0.81% | 0.4% | - |
| HSV(B) | 299.64º | 0.9% | 0.73% | - |
| XYZ | 29.1 | 14.33 | 47.69 | - |
| YUV | 87.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 186 | 0.01 | 0.90 | 0 | 0.27 | 299.64 | 0.81 | 0.4 |
| Hex | B9 | 13 | BA | 1 | 5A | 0 | 1B | 12C | 51 | 28 |
| Octal | 271 | 23 | 272 | 1 | 132 | 0 | 33 | 454 | 121 | 50 |
| Binary | 10111001 | 10011 | 10111010 | 1 | 1011010 | 0 | 11011 | 100101100 | 1010001 | 101000 |
Color Harmonies of #B913BA
Complementary color
Monochromatic Colors of #B913BA
Black with #B913BA
Text Example
Text Example
White with #B913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913BA; }
p { color: rgb(185,19,186); }
H1.HeaderClassName
{
color: #B913BA;
}
.AnyTagClassName
{
color: #B913BA;
}
</style>
background-color css
<style>
a { background-color: #B913BA; }
a { background-color: rgb(185,19,186); }
div.DivClassName
{
background-color: #B913BA;
}
.BgClassName
{
background-color: #B913BA;
}
</style>
border-color css
<style>
span { border-color: #B913BA; }
span { border-color: rgb(185,19,186); }
td.TdClassName
{
border-color: #B913BA;
}
.TagClassName
{
border-color: #B913BA;
}
</style>