Shades of Deep Magenta #B905AA
Tints of Deep Magenta #B905AA
RGB
CMYK
RGB Variations
Color information
#B905AA (or 0xB905AA) is known color: Deep Magenta. HEX triplet: B9, 05 and AA. RGB value is (185,5,170). Sum of RGB (Red+Green+Blue) = 185+5+170=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B905AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B905AA is #46FA55. Grayscale: #4D4D4D. Windows color (decimal): -4651606 or 11142585. OLE color: 11142585.
HSL color Cylindrical-coordinate representation of color #B905AA: hue angle of 305º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B905AA is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 5 | 170 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.27 |
| HSL | 305º | 0.95% | 0.37% | - |
| HSV(B) | 305º | 0.97% | 0.73% | - |
| XYZ | 27.32 | 13.33 | 39.16 | - |
| YUV | 77.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 5 | 170 | 0 | 0.97 | 0.08 | 0.27 | 305 | 0.95 | 0.37 |
| Hex | B9 | 5 | AA | 0 | 61 | 8 | 1B | 131 | 5F | 25 |
| Octal | 271 | 5 | 252 | 0 | 141 | 10 | 33 | 461 | 137 | 45 |
| Binary | 10111001 | 101 | 10101010 | 0 | 1100001 | 1000 | 11011 | 100110001 | 1011111 | 100101 |
Color Harmonies of #B905AA
Complementary color
Monochromatic Colors of #B905AA
Black with #B905AA
Text Example
Text Example
White with #B905AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B905AA; }
p { color: rgb(185,5,170); }
H1.HeaderClassName
{
color: #B905AA;
}
.AnyTagClassName
{
color: #B905AA;
}
</style>
background-color css
<style>
a { background-color: #B905AA; }
a { background-color: rgb(185,5,170); }
div.DivClassName
{
background-color: #B905AA;
}
.BgClassName
{
background-color: #B905AA;
}
</style>
border-color css
<style>
span { border-color: #B905AA; }
span { border-color: rgb(185,5,170); }
td.TdClassName
{
border-color: #B905AA;
}
.TagClassName
{
border-color: #B905AA;
}
</style>