Shades of Deep Magenta #B90CC2
Tints of Deep Magenta #B90CC2
RGB
CMYK
RGB Variations
Color information
#B90CC2 (or 0xB90CC2) is known color: Deep Magenta. HEX triplet: B9, 0C and C2. RGB value is (185,12,194). Sum of RGB (Red+Green+Blue) = 185+12+194=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #B90CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CC2 is #46F33D. Grayscale: #535353. Windows color (decimal): -4649790 or 12717241. OLE color: 12717241.
HSL color Cylindrical-coordinate representation of color #B90CC2: hue angle of 297.03º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CC2 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 12 | 194 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.24 |
| HSL | 297.03º | 0.88% | 0.4% | - |
| HSV(B) | 297.03º | 0.94% | 0.76% | - |
| XYZ | 29.88 | 14.47 | 52.26 | - |
| YUV | 84.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 194 | 0.05 | 0.94 | 0 | 0.24 | 297.03 | 0.88 | 0.4 |
| Hex | B9 | C | C2 | 5 | 5E | 0 | 18 | 129 | 58 | 28 |
| Octal | 271 | 14 | 302 | 5 | 136 | 0 | 30 | 451 | 130 | 50 |
| Binary | 10111001 | 1100 | 11000010 | 101 | 1011110 | 0 | 11000 | 100101001 | 1011000 | 101000 |
Color Harmonies of #B90CC2
Complementary color
Monochromatic Colors of #B90CC2
Black with #B90CC2
Text Example
Text Example
White with #B90CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CC2; }
p { color: rgb(185,12,194); }
H1.HeaderClassName
{
color: #B90CC2;
}
.AnyTagClassName
{
color: #B90CC2;
}
</style>
background-color css
<style>
a { background-color: #B90CC2; }
a { background-color: rgb(185,12,194); }
div.DivClassName
{
background-color: #B90CC2;
}
.BgClassName
{
background-color: #B90CC2;
}
</style>
border-color css
<style>
span { border-color: #B90CC2; }
span { border-color: rgb(185,12,194); }
td.TdClassName
{
border-color: #B90CC2;
}
.TagClassName
{
border-color: #B90CC2;
}
</style>