Shades of Deep Magenta #B90CBA
Tints of Deep Magenta #B90CBA
RGB
CMYK
RGB Variations
Color information
#B90CBA (or 0xB90CBA) is known color: Deep Magenta. HEX triplet: B9, 0C and BA. RGB value is (185,12,186). Sum of RGB (Red+Green+Blue) = 185+12+186=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #B90CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CBA is #46F345. Grayscale: #535353. Windows color (decimal): -4649798 or 12192953. OLE color: 12192953.
HSL color Cylindrical-coordinate representation of color #B90CBA: hue angle of 299.66º 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 #B90CBA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 186 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.27 |
| HSL | 299.66º | 0.88% | 0.39% | - |
| HSV(B) | 299.66º | 0.94% | 0.73% | - |
| XYZ | 29 | 14.12 | 47.65 | - |
| YUV | 83.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 186 | 0.01 | 0.94 | 0 | 0.27 | 299.66 | 0.88 | 0.39 |
| Hex | B9 | C | BA | 1 | 5E | 0 | 1B | 12C | 58 | 27 |
| Octal | 271 | 14 | 272 | 1 | 136 | 0 | 33 | 454 | 130 | 47 |
| Binary | 10111001 | 1100 | 10111010 | 1 | 1011110 | 0 | 11011 | 100101100 | 1011000 | 100111 |
Color Harmonies of #B90CBA
Complementary color
Monochromatic Colors of #B90CBA
Black with #B90CBA
Text Example
Text Example
White with #B90CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CBA; }
p { color: rgb(185,12,186); }
H1.HeaderClassName
{
color: #B90CBA;
}
.AnyTagClassName
{
color: #B90CBA;
}
</style>
background-color css
<style>
a { background-color: #B90CBA; }
a { background-color: rgb(185,12,186); }
div.DivClassName
{
background-color: #B90CBA;
}
.BgClassName
{
background-color: #B90CBA;
}
</style>
border-color css
<style>
span { border-color: #B90CBA; }
span { border-color: rgb(185,12,186); }
td.TdClassName
{
border-color: #B90CBA;
}
.TagClassName
{
border-color: #B90CBA;
}
</style>