Shades of Deep Magenta #B90DCB
Tints of Deep Magenta #B90DCB
RGB
CMYK
RGB Variations
Color information
#B90DCB (or 0xB90DCB) is known color: Deep Magenta. HEX triplet: B9, 0D and CB. RGB value is (185,13,203). Sum of RGB (Red+Green+Blue) = 185+13+203=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #B90DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DCB is #46F234. Grayscale: #555555. Windows color (decimal): -4649525 or 13307321. OLE color: 13307321.
HSL color Cylindrical-coordinate representation of color #B90DCB: hue angle of 294.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DCB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 13 | 203 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.20 |
| HSL | 294.32º | 0.88% | 0.42% | - |
| HSV(B) | 294.32º | 0.94% | 0.8% | - |
| XYZ | 30.93 | 14.91 | 57.75 | - |
| YUV | 86.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 203 | 0.09 | 0.94 | 0 | 0.20 | 294.32 | 0.88 | 0.42 |
| Hex | B9 | D | CB | 9 | 5E | 0 | 14 | 126 | 58 | 2A |
| Octal | 271 | 15 | 313 | 11 | 136 | 0 | 24 | 446 | 130 | 52 |
| Binary | 10111001 | 1101 | 11001011 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B90DCB
Complementary color
Monochromatic Colors of #B90DCB
Black with #B90DCB
Text Example
Text Example
White with #B90DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DCB; }
p { color: rgb(185,13,203); }
H1.HeaderClassName
{
color: #B90DCB;
}
.AnyTagClassName
{
color: #B90DCB;
}
</style>
background-color css
<style>
a { background-color: #B90DCB; }
a { background-color: rgb(185,13,203); }
div.DivClassName
{
background-color: #B90DCB;
}
.BgClassName
{
background-color: #B90DCB;
}
</style>
border-color css
<style>
span { border-color: #B90DCB; }
span { border-color: rgb(185,13,203); }
td.TdClassName
{
border-color: #B90DCB;
}
.TagClassName
{
border-color: #B90DCB;
}
</style>