Shades of Deep Magenta #B90DB4
Tints of Deep Magenta #B90DB4
RGB
CMYK
RGB Variations
Color information
#B90DB4 (or 0xB90DB4) is known color: Deep Magenta. HEX triplet: B9, 0D and B4. RGB value is (185,13,180). Sum of RGB (Red+Green+Blue) = 185+13+180=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B90DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DB4 is #46F24B. Grayscale: #525252. Windows color (decimal): -4649548 or 11799993. OLE color: 11799993.
HSL color Cylindrical-coordinate representation of color #B90DB4: hue angle of 301.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90DB4 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 180 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.27 |
| HSL | 301.74º | 0.87% | 0.39% | - |
| HSV(B) | 301.74º | 0.93% | 0.73% | - |
| XYZ | 28.39 | 13.9 | 44.37 | - |
| YUV | 83.47 | 182.48 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 180 | 0 | 0.93 | 0.03 | 0.27 | 301.74 | 0.87 | 0.39 |
| Hex | B9 | D | B4 | 0 | 5D | 3 | 1B | 12E | 57 | 27 |
| Octal | 271 | 15 | 264 | 0 | 135 | 3 | 33 | 456 | 127 | 47 |
| Binary | 10111001 | 1101 | 10110100 | 0 | 1011101 | 11 | 11011 | 100101110 | 1010111 | 100111 |
Color Harmonies of #B90DB4
Complementary color
Monochromatic Colors of #B90DB4
Black with #B90DB4
Text Example
Text Example
White with #B90DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DB4; }
p { color: rgb(185,13,180); }
H1.HeaderClassName
{
color: #B90DB4;
}
.AnyTagClassName
{
color: #B90DB4;
}
</style>
background-color css
<style>
a { background-color: #B90DB4; }
a { background-color: rgb(185,13,180); }
div.DivClassName
{
background-color: #B90DB4;
}
.BgClassName
{
background-color: #B90DB4;
}
</style>
border-color css
<style>
span { border-color: #B90DB4; }
span { border-color: rgb(185,13,180); }
td.TdClassName
{
border-color: #B90DB4;
}
.TagClassName
{
border-color: #B90DB4;
}
</style>