Shades of Deep Magenta #B90CBC
Tints of Deep Magenta #B90CBC
RGB
CMYK
RGB Variations
Color information
#B90CBC (or 0xB90CBC) is known color: Deep Magenta. HEX triplet: B9, 0C and BC. RGB value is (185,12,188). Sum of RGB (Red+Green+Blue) = 185+12+188=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B90CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CBC is #46F343. Grayscale: #535353. Windows color (decimal): -4649796 or 12324025. OLE color: 12324025.
HSL color Cylindrical-coordinate representation of color #B90CBC: hue angle of 298.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CBC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 12 | 188 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.26 |
| HSL | 298.98º | 0.88% | 0.39% | - |
| HSV(B) | 298.98º | 0.94% | 0.74% | - |
| XYZ | 29.22 | 14.21 | 48.78 | - |
| YUV | 83.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 188 | 0.02 | 0.94 | 0 | 0.26 | 298.98 | 0.88 | 0.39 |
| Hex | B9 | C | BC | 2 | 5E | 0 | 1A | 12B | 58 | 27 |
| Octal | 271 | 14 | 274 | 2 | 136 | 0 | 32 | 453 | 130 | 47 |
| Binary | 10111001 | 1100 | 10111100 | 10 | 1011110 | 0 | 11010 | 100101011 | 1011000 | 100111 |
Color Harmonies of #B90CBC
Complementary color
Monochromatic Colors of #B90CBC
Black with #B90CBC
Text Example
Text Example
White with #B90CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CBC; }
p { color: rgb(185,12,188); }
H1.HeaderClassName
{
color: #B90CBC;
}
.AnyTagClassName
{
color: #B90CBC;
}
</style>
background-color css
<style>
a { background-color: #B90CBC; }
a { background-color: rgb(185,12,188); }
div.DivClassName
{
background-color: #B90CBC;
}
.BgClassName
{
background-color: #B90CBC;
}
</style>
border-color css
<style>
span { border-color: #B90CBC; }
span { border-color: rgb(185,12,188); }
td.TdClassName
{
border-color: #B90CBC;
}
.TagClassName
{
border-color: #B90CBC;
}
</style>