Shades of Deep Magenta #B919BA
Tints of Deep Magenta #B919BA
RGB
CMYK
RGB Variations
Color information
#B919BA (or 0xB919BA) is known color: Deep Magenta. HEX triplet: B9, 19 and BA. RGB value is (185,25,186). Sum of RGB (Red+Green+Blue) = 185+25+186=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #B919BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919BA is #46E645. Grayscale: #5A5A5A. Windows color (decimal): -4646470 or 12196281. OLE color: 12196281.
HSL color Cylindrical-coordinate representation of color #B919BA: hue angle of 299.63º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B919BA is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 186 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.27 |
| HSL | 299.63º | 0.76% | 0.41% | - |
| HSV(B) | 299.63º | 0.87% | 0.73% | - |
| XYZ | 29.22 | 14.55 | 47.72 | - |
| YUV | 91.19 | 181.51 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 186 | 0.01 | 0.87 | 0 | 0.27 | 299.63 | 0.76 | 0.41 |
| Hex | B9 | 19 | BA | 1 | 57 | 0 | 1B | 12C | 4C | 29 |
| Octal | 271 | 31 | 272 | 1 | 127 | 0 | 33 | 454 | 114 | 51 |
| Binary | 10111001 | 11001 | 10111010 | 1 | 1010111 | 0 | 11011 | 100101100 | 1001100 | 101001 |
Color Harmonies of #B919BA
Complementary color
Monochromatic Colors of #B919BA
Black with #B919BA
Text Example
Text Example
White with #B919BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919BA; }
p { color: rgb(185,25,186); }
H1.HeaderClassName
{
color: #B919BA;
}
.AnyTagClassName
{
color: #B919BA;
}
</style>
background-color css
<style>
a { background-color: #B919BA; }
a { background-color: rgb(185,25,186); }
div.DivClassName
{
background-color: #B919BA;
}
.BgClassName
{
background-color: #B919BA;
}
</style>
border-color css
<style>
span { border-color: #B919BA; }
span { border-color: rgb(185,25,186); }
td.TdClassName
{
border-color: #B919BA;
}
.TagClassName
{
border-color: #B919BA;
}
</style>