Shades of Deep Magenta #B90DBB
Tints of Deep Magenta #B90DBB
RGB
CMYK
RGB Variations
Color information
#B90DBB (or 0xB90DBB) is known color: Deep Magenta. HEX triplet: B9, 0D and BB. RGB value is (185,13,187). Sum of RGB (Red+Green+Blue) = 185+13+187=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #B90DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DBB is #46F244. Grayscale: #535353. Windows color (decimal): -4649541 or 12258745. OLE color: 12258745.
HSL color Cylindrical-coordinate representation of color #B90DBB: hue angle of 299.31º 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 #B90DBB is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 187 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.27 |
| HSL | 299.31º | 0.87% | 0.39% | - |
| HSV(B) | 299.31º | 0.93% | 0.73% | - |
| XYZ | 29.12 | 14.19 | 48.22 | - |
| YUV | 84.26 | 185.98 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 187 | 0.01 | 0.93 | 0 | 0.27 | 299.31 | 0.87 | 0.39 |
| Hex | B9 | D | BB | 1 | 5D | 0 | 1B | 12B | 57 | 27 |
| Octal | 271 | 15 | 273 | 1 | 135 | 0 | 33 | 453 | 127 | 47 |
| Binary | 10111001 | 1101 | 10111011 | 1 | 1011101 | 0 | 11011 | 100101011 | 1010111 | 100111 |
Color Harmonies of #B90DBB
Complementary color
Monochromatic Colors of #B90DBB
Black with #B90DBB
Text Example
Text Example
White with #B90DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DBB; }
p { color: rgb(185,13,187); }
H1.HeaderClassName
{
color: #B90DBB;
}
.AnyTagClassName
{
color: #B90DBB;
}
</style>
background-color css
<style>
a { background-color: #B90DBB; }
a { background-color: rgb(185,13,187); }
div.DivClassName
{
background-color: #B90DBB;
}
.BgClassName
{
background-color: #B90DBB;
}
</style>
border-color css
<style>
span { border-color: #B90DBB; }
span { border-color: rgb(185,13,187); }
td.TdClassName
{
border-color: #B90DBB;
}
.TagClassName
{
border-color: #B90DBB;
}
</style>