Shades of Deep Magenta #B90BC7
Tints of Deep Magenta #B90BC7
RGB
CMYK
RGB Variations
Color information
#B90BC7 (or 0xB90BC7) is known color: Deep Magenta. HEX triplet: B9, 0B and C7. RGB value is (185,11,199). Sum of RGB (Red+Green+Blue) = 185+11+199=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #B90BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BC7 is #46F438. Grayscale: #535353. Windows color (decimal): -4650041 or 13044665. OLE color: 13044665.
HSL color Cylindrical-coordinate representation of color #B90BC7: hue angle of 295.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90BC7 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 11 | 199 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.22 |
| HSL | 295.53º | 0.9% | 0.41% | - |
| HSV(B) | 295.53º | 0.94% | 0.78% | - |
| XYZ | 30.44 | 14.68 | 55.26 | - |
| YUV | 84.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 199 | 0.07 | 0.94 | 0 | 0.22 | 295.53 | 0.9 | 0.41 |
| Hex | B9 | B | C7 | 7 | 5E | 0 | 16 | 128 | 5A | 29 |
| Octal | 271 | 13 | 307 | 7 | 136 | 0 | 26 | 450 | 132 | 51 |
| Binary | 10111001 | 1011 | 11000111 | 111 | 1011110 | 0 | 10110 | 100101000 | 1011010 | 101001 |
Color Harmonies of #B90BC7
Complementary color
Monochromatic Colors of #B90BC7
Black with #B90BC7
Text Example
Text Example
White with #B90BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BC7; }
p { color: rgb(185,11,199); }
H1.HeaderClassName
{
color: #B90BC7;
}
.AnyTagClassName
{
color: #B90BC7;
}
</style>
background-color css
<style>
a { background-color: #B90BC7; }
a { background-color: rgb(185,11,199); }
div.DivClassName
{
background-color: #B90BC7;
}
.BgClassName
{
background-color: #B90BC7;
}
</style>
border-color css
<style>
span { border-color: #B90BC7; }
span { border-color: rgb(185,11,199); }
td.TdClassName
{
border-color: #B90BC7;
}
.TagClassName
{
border-color: #B90BC7;
}
</style>