Shades of Deep Magenta #B90CAC
Tints of Deep Magenta #B90CAC
RGB
CMYK
RGB Variations
Color information
#B90CAC (or 0xB90CAC) is known color: Deep Magenta. HEX triplet: B9, 0C and AC. RGB value is (185,12,172). Sum of RGB (Red+Green+Blue) = 185+12+172=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CAC is #46F353. Grayscale: #515151. Windows color (decimal): -4649812 or 11275449. OLE color: 11275449.
HSL color Cylindrical-coordinate representation of color #B90CAC: hue angle of 304.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CAC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.27 |
| HSL | 304.51º | 0.88% | 0.39% | - |
| HSV(B) | 304.51º | 0.94% | 0.73% | - |
| XYZ | 27.59 | 13.56 | 40.19 | - |
| YUV | 81.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 172 | 0 | 0.94 | 0.07 | 0.27 | 304.51 | 0.88 | 0.39 |
| Hex | B9 | C | AC | 0 | 5E | 7 | 1B | 131 | 58 | 27 |
| Octal | 271 | 14 | 254 | 0 | 136 | 7 | 33 | 461 | 130 | 47 |
| Binary | 10111001 | 1100 | 10101100 | 0 | 1011110 | 111 | 11011 | 100110001 | 1011000 | 100111 |
Color Harmonies of #B90CAC
Complementary color
Monochromatic Colors of #B90CAC
Black with #B90CAC
Text Example
Text Example
White with #B90CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CAC; }
p { color: rgb(185,12,172); }
H1.HeaderClassName
{
color: #B90CAC;
}
.AnyTagClassName
{
color: #B90CAC;
}
</style>
background-color css
<style>
a { background-color: #B90CAC; }
a { background-color: rgb(185,12,172); }
div.DivClassName
{
background-color: #B90CAC;
}
.BgClassName
{
background-color: #B90CAC;
}
</style>
border-color css
<style>
span { border-color: #B90CAC; }
span { border-color: rgb(185,12,172); }
td.TdClassName
{
border-color: #B90CAC;
}
.TagClassName
{
border-color: #B90CAC;
}
</style>