Shades of Deep Magenta #B913C0
Tints of Deep Magenta #B913C0
RGB
CMYK
RGB Variations
Color information
#B913C0 (or 0xB913C0) is known color: Deep Magenta. HEX triplet: B9, 13 and C0. RGB value is (185,19,192). Sum of RGB (Red+Green+Blue) = 185+19+192=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #B913C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913C0 is #46EC3F. Grayscale: #575757. Windows color (decimal): -4648000 or 12587961. OLE color: 12587961.
HSL color Cylindrical-coordinate representation of color #B913C0: hue angle of 297.57º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913C0 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 19 | 192 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.25 |
| HSL | 297.57º | 0.82% | 0.41% | - |
| HSV(B) | 297.57º | 0.9% | 0.75% | - |
| XYZ | 29.75 | 14.59 | 51.12 | - |
| YUV | 88.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 192 | 0.04 | 0.90 | 0 | 0.25 | 297.57 | 0.82 | 0.41 |
| Hex | B9 | 13 | C0 | 4 | 5A | 0 | 19 | 12A | 52 | 29 |
| Octal | 271 | 23 | 300 | 4 | 132 | 0 | 31 | 452 | 122 | 51 |
| Binary | 10111001 | 10011 | 11000000 | 100 | 1011010 | 0 | 11001 | 100101010 | 1010010 | 101001 |
Color Harmonies of #B913C0
Complementary color
Monochromatic Colors of #B913C0
Black with #B913C0
Text Example
Text Example
White with #B913C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913C0; }
p { color: rgb(185,19,192); }
H1.HeaderClassName
{
color: #B913C0;
}
.AnyTagClassName
{
color: #B913C0;
}
</style>
background-color css
<style>
a { background-color: #B913C0; }
a { background-color: rgb(185,19,192); }
div.DivClassName
{
background-color: #B913C0;
}
.BgClassName
{
background-color: #B913C0;
}
</style>
border-color css
<style>
span { border-color: #B913C0; }
span { border-color: rgb(185,19,192); }
td.TdClassName
{
border-color: #B913C0;
}
.TagClassName
{
border-color: #B913C0;
}
</style>