Shades of Deep Magenta #B703AD
Tints of Deep Magenta #B703AD
RGB
CMYK
RGB Variations
Color information
#B703AD (or 0xB703AD) is known color: Deep Magenta. HEX triplet: B7, 03 and AD. RGB value is (183,3,173). Sum of RGB (Red+Green+Blue) = 183+3+173=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B703AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B703AD is #48FC52. Grayscale: #4B4B4B. Windows color (decimal): -4783187 or 11338679. OLE color: 11338679.
HSL color Cylindrical-coordinate representation of color #B703AD: hue angle of 303.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B703AD is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.28 |
| HSL | 303.33º | 0.97% | 0.36% | - |
| HSV(B) | 303.33º | 0.98% | 0.72% | - |
| XYZ | 27.1 | 13.15 | 40.64 | - |
| YUV | 76.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 3 | 173 | 0 | 0.98 | 0.05 | 0.28 | 303.33 | 0.97 | 0.36 |
| Hex | B7 | 3 | AD | 0 | 62 | 5 | 1C | 12F | 61 | 24 |
| Octal | 267 | 3 | 255 | 0 | 142 | 5 | 34 | 457 | 141 | 44 |
| Binary | 10110111 | 11 | 10101101 | 0 | 1100010 | 101 | 11100 | 100101111 | 1100001 | 100100 |
Color Harmonies of #B703AD
Complementary color
Monochromatic Colors of #B703AD
Black with #B703AD
Text Example
Text Example
White with #B703AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B703AD; }
p { color: rgb(183,3,173); }
H1.HeaderClassName
{
color: #B703AD;
}
.AnyTagClassName
{
color: #B703AD;
}
</style>
background-color css
<style>
a { background-color: #B703AD; }
a { background-color: rgb(183,3,173); }
div.DivClassName
{
background-color: #B703AD;
}
.BgClassName
{
background-color: #B703AD;
}
</style>
border-color css
<style>
span { border-color: #B703AD; }
span { border-color: rgb(183,3,173); }
td.TdClassName
{
border-color: #B703AD;
}
.TagClassName
{
border-color: #B703AD;
}
</style>