Shades of Deep Magenta #B913B2
Tints of Deep Magenta #B913B2
RGB
CMYK
RGB Variations
Color information
#B913B2 (or 0xB913B2) is known color: Deep Magenta. HEX triplet: B9, 13 and B2. RGB value is (185,19,178). Sum of RGB (Red+Green+Blue) = 185+19+178=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B913B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B913B2 is #46EC4D. Grayscale: #565656. Windows color (decimal): -4648014 or 11670457. OLE color: 11670457.
HSL color Cylindrical-coordinate representation of color #B913B2: hue angle of 302.53º 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 #B913B2 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.27 |
| HSL | 302.53º | 0.81% | 0.4% | - |
| HSV(B) | 302.53º | 0.9% | 0.73% | - |
| XYZ | 28.28 | 13.99 | 43.33 | - |
| YUV | 86.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 178 | 0 | 0.90 | 0.04 | 0.27 | 302.53 | 0.81 | 0.4 |
| Hex | B9 | 13 | B2 | 0 | 5A | 4 | 1B | 12F | 51 | 28 |
| Octal | 271 | 23 | 262 | 0 | 132 | 4 | 33 | 457 | 121 | 50 |
| Binary | 10111001 | 10011 | 10110010 | 0 | 1011010 | 100 | 11011 | 100101111 | 1010001 | 101000 |
Color Harmonies of #B913B2
Complementary color
Monochromatic Colors of #B913B2
Black with #B913B2
Text Example
Text Example
White with #B913B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913B2; }
p { color: rgb(185,19,178); }
H1.HeaderClassName
{
color: #B913B2;
}
.AnyTagClassName
{
color: #B913B2;
}
</style>
background-color css
<style>
a { background-color: #B913B2; }
a { background-color: rgb(185,19,178); }
div.DivClassName
{
background-color: #B913B2;
}
.BgClassName
{
background-color: #B913B2;
}
</style>
border-color css
<style>
span { border-color: #B913B2; }
span { border-color: rgb(185,19,178); }
td.TdClassName
{
border-color: #B913B2;
}
.TagClassName
{
border-color: #B913B2;
}
</style>