Shades of Deep Magenta #B705AD
Tints of Deep Magenta #B705AD
RGB
CMYK
RGB Variations
Color information
#B705AD (or 0xB705AD) is known color: Deep Magenta. HEX triplet: B7, 05 and AD. RGB value is (183,5,173). Sum of RGB (Red+Green+Blue) = 183+5+173=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B705AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B705AD is #48FA52. Grayscale: #4C4C4C. Windows color (decimal): -4782675 or 11339191. OLE color: 11339191.
HSL color Cylindrical-coordinate representation of color #B705AD: hue angle of 303.37º 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 #B705AD is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.28 |
| HSL | 303.37º | 0.95% | 0.37% | - |
| HSV(B) | 303.37º | 0.97% | 0.72% | - |
| XYZ | 27.13 | 13.19 | 40.65 | - |
| YUV | 77.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 173 | 0 | 0.97 | 0.05 | 0.28 | 303.37 | 0.95 | 0.37 |
| Hex | B7 | 5 | AD | 0 | 61 | 5 | 1C | 12F | 5F | 25 |
| Octal | 267 | 5 | 255 | 0 | 141 | 5 | 34 | 457 | 137 | 45 |
| Binary | 10110111 | 101 | 10101101 | 0 | 1100001 | 101 | 11100 | 100101111 | 1011111 | 100101 |
Color Harmonies of #B705AD
Complementary color
Monochromatic Colors of #B705AD
Black with #B705AD
Text Example
Text Example
White with #B705AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705AD; }
p { color: rgb(183,5,173); }
H1.HeaderClassName
{
color: #B705AD;
}
.AnyTagClassName
{
color: #B705AD;
}
</style>
background-color css
<style>
a { background-color: #B705AD; }
a { background-color: rgb(183,5,173); }
div.DivClassName
{
background-color: #B705AD;
}
.BgClassName
{
background-color: #B705AD;
}
</style>
border-color css
<style>
span { border-color: #B705AD; }
span { border-color: rgb(183,5,173); }
td.TdClassName
{
border-color: #B705AD;
}
.TagClassName
{
border-color: #B705AD;
}
</style>