Shades of Deep Magenta #B913BD
Tints of Deep Magenta #B913BD
RGB
CMYK
RGB Variations
Color information
#B913BD (or 0xB913BD) is known color: Deep Magenta. HEX triplet: B9, 13 and BD. RGB value is (185,19,189). Sum of RGB (Red+Green+Blue) = 185+19+189=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B913BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913BD is #46EC42. Grayscale: #575757. Windows color (decimal): -4648003 or 12391353. OLE color: 12391353.
HSL color Cylindrical-coordinate representation of color #B913BD: hue angle of 298.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B913BD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 19 | 189 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.26 |
| HSL | 298.59º | 0.82% | 0.41% | - |
| HSV(B) | 298.59º | 0.9% | 0.74% | - |
| XYZ | 29.43 | 14.45 | 49.38 | - |
| YUV | 88.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 189 | 0.02 | 0.90 | 0 | 0.26 | 298.59 | 0.82 | 0.41 |
| Hex | B9 | 13 | BD | 2 | 5A | 0 | 1A | 12B | 52 | 29 |
| Octal | 271 | 23 | 275 | 2 | 132 | 0 | 32 | 453 | 122 | 51 |
| Binary | 10111001 | 10011 | 10111101 | 10 | 1011010 | 0 | 11010 | 100101011 | 1010010 | 101001 |
Color Harmonies of #B913BD
Complementary color
Monochromatic Colors of #B913BD
Black with #B913BD
Text Example
Text Example
White with #B913BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913BD; }
p { color: rgb(185,19,189); }
H1.HeaderClassName
{
color: #B913BD;
}
.AnyTagClassName
{
color: #B913BD;
}
</style>
background-color css
<style>
a { background-color: #B913BD; }
a { background-color: rgb(185,19,189); }
div.DivClassName
{
background-color: #B913BD;
}
.BgClassName
{
background-color: #B913BD;
}
</style>
border-color css
<style>
span { border-color: #B913BD; }
span { border-color: rgb(185,19,189); }
td.TdClassName
{
border-color: #B913BD;
}
.TagClassName
{
border-color: #B913BD;
}
</style>