Shades of Deep Magenta #B90FCC
Tints of Deep Magenta #B90FCC
RGB
CMYK
RGB Variations
Color information
#B90FCC (or 0xB90FCC) is known color: Deep Magenta. HEX triplet: B9, 0F and CC. RGB value is (185,15,204). Sum of RGB (Red+Green+Blue) = 185+15+204=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #B90FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FCC is #46F033. Grayscale: #565656. Windows color (decimal): -4649012 or 13373369. OLE color: 13373369.
HSL color Cylindrical-coordinate representation of color #B90FCC: hue angle of 293.97º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FCC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 15 | 204 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.2 |
| HSL | 293.97º | 0.86% | 0.43% | - |
| HSV(B) | 293.97º | 0.93% | 0.8% | - |
| XYZ | 31.08 | 15.02 | 58.39 | - |
| YUV | 87.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 204 | 0.09 | 0.93 | 0 | 0.2 | 293.97 | 0.86 | 0.43 |
| Hex | B9 | F | CC | 9 | 5D | 0 | 14 | 126 | 56 | 2B |
| Octal | 271 | 17 | 314 | 11 | 135 | 0 | 24 | 446 | 126 | 53 |
| Binary | 10111001 | 1111 | 11001100 | 1001 | 1011101 | 0 | 10100 | 100100110 | 1010110 | 101011 |
Color Harmonies of #B90FCC
Complementary color
Monochromatic Colors of #B90FCC
Black with #B90FCC
Text Example
Text Example
White with #B90FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FCC; }
p { color: rgb(185,15,204); }
H1.HeaderClassName
{
color: #B90FCC;
}
.AnyTagClassName
{
color: #B90FCC;
}
</style>
background-color css
<style>
a { background-color: #B90FCC; }
a { background-color: rgb(185,15,204); }
div.DivClassName
{
background-color: #B90FCC;
}
.BgClassName
{
background-color: #B90FCC;
}
</style>
border-color css
<style>
span { border-color: #B90FCC; }
span { border-color: rgb(185,15,204); }
td.TdClassName
{
border-color: #B90FCC;
}
.TagClassName
{
border-color: #B90FCC;
}
</style>