Shades of Deep Magenta #B90CC1
Tints of Deep Magenta #B90CC1
RGB
CMYK
RGB Variations
Color information
#B90CC1 (or 0xB90CC1) is known color: Deep Magenta. HEX triplet: B9, 0C and C1. RGB value is (185,12,193). Sum of RGB (Red+Green+Blue) = 185+12+193=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #B90CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CC1 is #46F33E. Grayscale: #535353. Windows color (decimal): -4649791 or 12651705. OLE color: 12651705.
HSL color Cylindrical-coordinate representation of color #B90CC1: hue angle of 297.35º 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 #B90CC1 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 12 | 193 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.24 |
| HSL | 297.35º | 0.88% | 0.4% | - |
| HSV(B) | 297.35º | 0.94% | 0.76% | - |
| XYZ | 29.76 | 14.43 | 51.67 | - |
| YUV | 84.36 | 189.31 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 193 | 0.04 | 0.94 | 0 | 0.24 | 297.35 | 0.88 | 0.4 |
| Hex | B9 | C | C1 | 4 | 5E | 0 | 18 | 129 | 58 | 28 |
| Octal | 271 | 14 | 301 | 4 | 136 | 0 | 30 | 451 | 130 | 50 |
| Binary | 10111001 | 1100 | 11000001 | 100 | 1011110 | 0 | 11000 | 100101001 | 1011000 | 101000 |
Color Harmonies of #B90CC1
Complementary color
Monochromatic Colors of #B90CC1
Black with #B90CC1
Text Example
Text Example
White with #B90CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CC1; }
p { color: rgb(185,12,193); }
H1.HeaderClassName
{
color: #B90CC1;
}
.AnyTagClassName
{
color: #B90CC1;
}
</style>
background-color css
<style>
a { background-color: #B90CC1; }
a { background-color: rgb(185,12,193); }
div.DivClassName
{
background-color: #B90CC1;
}
.BgClassName
{
background-color: #B90CC1;
}
</style>
border-color css
<style>
span { border-color: #B90CC1; }
span { border-color: rgb(185,12,193); }
td.TdClassName
{
border-color: #B90CC1;
}
.TagClassName
{
border-color: #B90CC1;
}
</style>