Shades of Deep Magenta #B90CCC
Tints of Deep Magenta #B90CCC
RGB
CMYK
RGB Variations
Color information
#B90CCC (or 0xB90CCC) is known color: Deep Magenta. HEX triplet: B9, 0C and CC. RGB value is (185,12,204). Sum of RGB (Red+Green+Blue) = 185+12+204=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B90CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CCC is #46F333. Grayscale: #555555. Windows color (decimal): -4649780 or 13372601. OLE color: 13372601.
HSL color Cylindrical-coordinate representation of color #B90CCC: hue angle of 294.06º degrees, saturation: 0.89, 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 #B90CCC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 12 | 204 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.2 |
| HSL | 294.06º | 0.89% | 0.42% | - |
| HSV(B) | 294.06º | 0.94% | 0.8% | - |
| XYZ | 31.04 | 14.94 | 58.37 | - |
| YUV | 85.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 204 | 0.09 | 0.94 | 0 | 0.2 | 294.06 | 0.89 | 0.42 |
| Hex | B9 | C | CC | 9 | 5E | 0 | 14 | 126 | 59 | 2A |
| Octal | 271 | 14 | 314 | 11 | 136 | 0 | 24 | 446 | 131 | 52 |
| Binary | 10111001 | 1100 | 11001100 | 1001 | 1011110 | 0 | 10100 | 100100110 | 1011001 | 101010 |
Color Harmonies of #B90CCC
Complementary color
Monochromatic Colors of #B90CCC
Black with #B90CCC
Text Example
Text Example
White with #B90CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CCC; }
p { color: rgb(185,12,204); }
H1.HeaderClassName
{
color: #B90CCC;
}
.AnyTagClassName
{
color: #B90CCC;
}
</style>
background-color css
<style>
a { background-color: #B90CCC; }
a { background-color: rgb(185,12,204); }
div.DivClassName
{
background-color: #B90CCC;
}
.BgClassName
{
background-color: #B90CCC;
}
</style>
border-color css
<style>
span { border-color: #B90CCC; }
span { border-color: rgb(185,12,204); }
td.TdClassName
{
border-color: #B90CCC;
}
.TagClassName
{
border-color: #B90CCC;
}
</style>