Shades of Deep Magenta #B90AB4
Tints of Deep Magenta #B90AB4
RGB
CMYK
RGB Variations
Color information
#B90AB4 (or 0xB90AB4) is known color: Deep Magenta. HEX triplet: B9, 0A and B4. RGB value is (185,10,180). Sum of RGB (Red+Green+Blue) = 185+10+180=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90AB4 is #46F54B. Grayscale: #515151. Windows color (decimal): -4650316 or 11799225. OLE color: 11799225.
HSL color Cylindrical-coordinate representation of color #B90AB4: hue angle of 301.71º 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 #B90AB4 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 10 | 180 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.27 |
| HSL | 301.71º | 0.9% | 0.38% | - |
| HSV(B) | 301.71º | 0.95% | 0.73% | - |
| XYZ | 28.35 | 13.83 | 44.35 | - |
| YUV | 81.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 180 | 0 | 0.95 | 0.03 | 0.27 | 301.71 | 0.9 | 0.38 |
| Hex | B9 | A | B4 | 0 | 5F | 3 | 1B | 12E | 5A | 26 |
| Octal | 271 | 12 | 264 | 0 | 137 | 3 | 33 | 456 | 132 | 46 |
| Binary | 10111001 | 1010 | 10110100 | 0 | 1011111 | 11 | 11011 | 100101110 | 1011010 | 100110 |
Color Harmonies of #B90AB4
Complementary color
Monochromatic Colors of #B90AB4
Black with #B90AB4
Text Example
Text Example
White with #B90AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AB4; }
p { color: rgb(185,10,180); }
H1.HeaderClassName
{
color: #B90AB4;
}
.AnyTagClassName
{
color: #B90AB4;
}
</style>
background-color css
<style>
a { background-color: #B90AB4; }
a { background-color: rgb(185,10,180); }
div.DivClassName
{
background-color: #B90AB4;
}
.BgClassName
{
background-color: #B90AB4;
}
</style>
border-color css
<style>
span { border-color: #B90AB4; }
span { border-color: rgb(185,10,180); }
td.TdClassName
{
border-color: #B90AB4;
}
.TagClassName
{
border-color: #B90AB4;
}
</style>