Shades of Deep Magenta #B90AC8
Tints of Deep Magenta #B90AC8
RGB
CMYK
RGB Variations
Color information
#B90AC8 (or 0xB90AC8) is known color: Deep Magenta. HEX triplet: B9, 0A and C8. RGB value is (185,10,200). Sum of RGB (Red+Green+Blue) = 185+10+200=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #B90AC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90AC8 is #46F537. Grayscale: #535353. Windows color (decimal): -4650296 or 13109945. OLE color: 13109945.
HSL color Cylindrical-coordinate representation of color #B90AC8: hue angle of 295.26º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90AC8 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 10 | 200 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.22 |
| HSL | 295.26º | 0.9% | 0.41% | - |
| HSV(B) | 295.26º | 0.95% | 0.78% | - |
| XYZ | 30.54 | 14.7 | 55.87 | - |
| YUV | 83.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 200 | 0.08 | 0.95 | 0 | 0.22 | 295.26 | 0.9 | 0.41 |
| Hex | B9 | A | C8 | 8 | 5F | 0 | 16 | 127 | 5A | 29 |
| Octal | 271 | 12 | 310 | 10 | 137 | 0 | 26 | 447 | 132 | 51 |
| Binary | 10111001 | 1010 | 11001000 | 1000 | 1011111 | 0 | 10110 | 100100111 | 1011010 | 101001 |
Color Harmonies of #B90AC8
Complementary color
Monochromatic Colors of #B90AC8
Black with #B90AC8
Text Example
Text Example
White with #B90AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AC8; }
p { color: rgb(185,10,200); }
H1.HeaderClassName
{
color: #B90AC8;
}
.AnyTagClassName
{
color: #B90AC8;
}
</style>
background-color css
<style>
a { background-color: #B90AC8; }
a { background-color: rgb(185,10,200); }
div.DivClassName
{
background-color: #B90AC8;
}
.BgClassName
{
background-color: #B90AC8;
}
</style>
border-color css
<style>
span { border-color: #B90AC8; }
span { border-color: rgb(185,10,200); }
td.TdClassName
{
border-color: #B90AC8;
}
.TagClassName
{
border-color: #B90AC8;
}
</style>