Shades of Deep Magenta #B913BE
Tints of Deep Magenta #B913BE
RGB
CMYK
RGB Variations
Color information
#B913BE (or 0xB913BE) is known color: Deep Magenta. HEX triplet: B9, 13 and BE. RGB value is (185,19,190). Sum of RGB (Red+Green+Blue) = 185+19+190=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #B913BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913BE is #46EC41. Grayscale: #575757. Windows color (decimal): -4648002 or 12456889. OLE color: 12456889.
HSL color Cylindrical-coordinate representation of color #B913BE: hue angle of 298.25º 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 #B913BE is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 19 | 190 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.25 |
| HSL | 298.25º | 0.82% | 0.41% | - |
| HSV(B) | 298.25º | 0.9% | 0.75% | - |
| XYZ | 29.53 | 14.5 | 49.96 | - |
| YUV | 88.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 190 | 0.03 | 0.90 | 0 | 0.25 | 298.25 | 0.82 | 0.41 |
| Hex | B9 | 13 | BE | 3 | 5A | 0 | 19 | 12A | 52 | 29 |
| Octal | 271 | 23 | 276 | 3 | 132 | 0 | 31 | 452 | 122 | 51 |
| Binary | 10111001 | 10011 | 10111110 | 11 | 1011010 | 0 | 11001 | 100101010 | 1010010 | 101001 |
Color Harmonies of #B913BE
Complementary color
Monochromatic Colors of #B913BE
Black with #B913BE
Text Example
Text Example
White with #B913BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B913BE; }
p { color: rgb(185,19,190); }
H1.HeaderClassName
{
color: #B913BE;
}
.AnyTagClassName
{
color: #B913BE;
}
</style>
background-color css
<style>
a { background-color: #B913BE; }
a { background-color: rgb(185,19,190); }
div.DivClassName
{
background-color: #B913BE;
}
.BgClassName
{
background-color: #B913BE;
}
</style>
border-color css
<style>
span { border-color: #B913BE; }
span { border-color: rgb(185,19,190); }
td.TdClassName
{
border-color: #B913BE;
}
.TagClassName
{
border-color: #B913BE;
}
</style>