Shades of Deep Magenta #B908AA
Tints of Deep Magenta #B908AA
RGB
CMYK
RGB Variations
Color information
#B908AA (or 0xB908AA) is known color: Deep Magenta. HEX triplet: B9, 08 and AA. RGB value is (185,8,170). Sum of RGB (Red+Green+Blue) = 185+8+170=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B908AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908AA is #46F755. Grayscale: #4E4E4E. Windows color (decimal): -4650838 or 11143353. OLE color: 11143353.
HSL color Cylindrical-coordinate representation of color #B908AA: hue angle of 305.08º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908AA is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.27 |
| HSL | 305.08º | 0.92% | 0.38% | - |
| HSV(B) | 305.08º | 0.96% | 0.73% | - |
| XYZ | 27.35 | 13.39 | 39.17 | - |
| YUV | 79.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 170 | 0 | 0.96 | 0.08 | 0.27 | 305.08 | 0.92 | 0.38 |
| Hex | B9 | 8 | AA | 0 | 60 | 8 | 1B | 131 | 5C | 26 |
| Octal | 271 | 10 | 252 | 0 | 140 | 10 | 33 | 461 | 134 | 46 |
| Binary | 10111001 | 1000 | 10101010 | 0 | 1100000 | 1000 | 11011 | 100110001 | 1011100 | 100110 |
Color Harmonies of #B908AA
Complementary color
Monochromatic Colors of #B908AA
Black with #B908AA
Text Example
Text Example
White with #B908AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B908AA; }
p { color: rgb(185,8,170); }
H1.HeaderClassName
{
color: #B908AA;
}
.AnyTagClassName
{
color: #B908AA;
}
</style>
background-color css
<style>
a { background-color: #B908AA; }
a { background-color: rgb(185,8,170); }
div.DivClassName
{
background-color: #B908AA;
}
.BgClassName
{
background-color: #B908AA;
}
</style>
border-color css
<style>
span { border-color: #B908AA; }
span { border-color: rgb(185,8,170); }
td.TdClassName
{
border-color: #B908AA;
}
.TagClassName
{
border-color: #B908AA;
}
</style>