Shades of Deep Magenta #B705AA
Tints of Deep Magenta #B705AA
RGB
CMYK
RGB Variations
Color information
#B705AA (or 0xB705AA) is known color: Deep Magenta. HEX triplet: B7, 05 and AA. RGB value is (183,5,170). Sum of RGB (Red+Green+Blue) = 183+5+170=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B705AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705AA is #48FA55. Grayscale: #4C4C4C. Windows color (decimal): -4782678 or 11142583. OLE color: 11142583.
HSL color Cylindrical-coordinate representation of color #B705AA: hue angle of 304.38º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B705AA is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 170 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.28 |
| HSL | 304.38º | 0.95% | 0.37% | - |
| HSV(B) | 304.38º | 0.97% | 0.72% | - |
| XYZ | 26.84 | 13.08 | 39.14 | - |
| YUV | 77.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 170 | 0 | 0.97 | 0.07 | 0.28 | 304.38 | 0.95 | 0.37 |
| Hex | B7 | 5 | AA | 0 | 61 | 7 | 1C | 130 | 5F | 25 |
| Octal | 267 | 5 | 252 | 0 | 141 | 7 | 34 | 460 | 137 | 45 |
| Binary | 10110111 | 101 | 10101010 | 0 | 1100001 | 111 | 11100 | 100110000 | 1011111 | 100101 |
Color Harmonies of #B705AA
Complementary color
Monochromatic Colors of #B705AA
Black with #B705AA
Text Example
Text Example
White with #B705AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705AA; }
p { color: rgb(183,5,170); }
H1.HeaderClassName
{
color: #B705AA;
}
.AnyTagClassName
{
color: #B705AA;
}
</style>
background-color css
<style>
a { background-color: #B705AA; }
a { background-color: rgb(183,5,170); }
div.DivClassName
{
background-color: #B705AA;
}
.BgClassName
{
background-color: #B705AA;
}
</style>
border-color css
<style>
span { border-color: #B705AA; }
span { border-color: rgb(183,5,170); }
td.TdClassName
{
border-color: #B705AA;
}
.TagClassName
{
border-color: #B705AA;
}
</style>