Shades of Deep Magenta #B90CB0
Tints of Deep Magenta #B90CB0
RGB
CMYK
RGB Variations
Color information
#B90CB0 (or 0xB90CB0) is known color: Deep Magenta. HEX triplet: B9, 0C and B0. RGB value is (185,12,176). Sum of RGB (Red+Green+Blue) = 185+12+176=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CB0 is #46F34F. Grayscale: #515151. Windows color (decimal): -4649808 or 11537593. OLE color: 11537593.
HSL color Cylindrical-coordinate representation of color #B90CB0: hue angle of 303.12º 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 #B90CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 176 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.27 |
| HSL | 303.12º | 0.88% | 0.39% | - |
| HSV(B) | 303.12º | 0.94% | 0.73% | - |
| XYZ | 27.98 | 13.71 | 42.25 | - |
| YUV | 82.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 176 | 0 | 0.94 | 0.05 | 0.27 | 303.12 | 0.88 | 0.39 |
| Hex | B9 | C | B0 | 0 | 5E | 5 | 1B | 12F | 58 | 27 |
| Octal | 271 | 14 | 260 | 0 | 136 | 5 | 33 | 457 | 130 | 47 |
| Binary | 10111001 | 1100 | 10110000 | 0 | 1011110 | 101 | 11011 | 100101111 | 1011000 | 100111 |
Color Harmonies of #B90CB0
Complementary color
Monochromatic Colors of #B90CB0
Black with #B90CB0
Text Example
Text Example
White with #B90CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CB0; }
p { color: rgb(185,12,176); }
H1.HeaderClassName
{
color: #B90CB0;
}
.AnyTagClassName
{
color: #B90CB0;
}
</style>
background-color css
<style>
a { background-color: #B90CB0; }
a { background-color: rgb(185,12,176); }
div.DivClassName
{
background-color: #B90CB0;
}
.BgClassName
{
background-color: #B90CB0;
}
</style>
border-color css
<style>
span { border-color: #B90CB0; }
span { border-color: rgb(185,12,176); }
td.TdClassName
{
border-color: #B90CB0;
}
.TagClassName
{
border-color: #B90CB0;
}
</style>