Shades of Deep Magenta #B90AB6
Tints of Deep Magenta #B90AB6
RGB
CMYK
RGB Variations
Color information
#B90AB6 (or 0xB90AB6) is known color: Deep Magenta. HEX triplet: B9, 0A and B6. RGB value is (185,10,182). Sum of RGB (Red+Green+Blue) = 185+10+182=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90AB6 is #46F549. Grayscale: #515151. Windows color (decimal): -4650314 or 11930297. OLE color: 11930297.
HSL color Cylindrical-coordinate representation of color #B90AB6: hue angle of 301.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90AB6 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 10 | 182 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.27 |
| HSL | 301.03º | 0.9% | 0.38% | - |
| HSV(B) | 301.03º | 0.95% | 0.73% | - |
| XYZ | 28.56 | 13.91 | 45.44 | - |
| YUV | 81.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 182 | 0 | 0.95 | 0.02 | 0.27 | 301.03 | 0.9 | 0.38 |
| Hex | B9 | A | B6 | 0 | 5F | 2 | 1B | 12D | 5A | 26 |
| Octal | 271 | 12 | 266 | 0 | 137 | 2 | 33 | 455 | 132 | 46 |
| Binary | 10111001 | 1010 | 10110110 | 0 | 1011111 | 10 | 11011 | 100101101 | 1011010 | 100110 |
Color Harmonies of #B90AB6
Complementary color
Monochromatic Colors of #B90AB6
Black with #B90AB6
Text Example
Text Example
White with #B90AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AB6; }
p { color: rgb(185,10,182); }
H1.HeaderClassName
{
color: #B90AB6;
}
.AnyTagClassName
{
color: #B90AB6;
}
</style>
background-color css
<style>
a { background-color: #B90AB6; }
a { background-color: rgb(185,10,182); }
div.DivClassName
{
background-color: #B90AB6;
}
.BgClassName
{
background-color: #B90AB6;
}
</style>
border-color css
<style>
span { border-color: #B90AB6; }
span { border-color: rgb(185,10,182); }
td.TdClassName
{
border-color: #B90AB6;
}
.TagClassName
{
border-color: #B90AB6;
}
</style>