Shades of Deep Magenta #B203AD
Tints of Deep Magenta #B203AD
RGB
CMYK
RGB Variations
Color information
#B203AD (or 0xB203AD) is known color: Deep Magenta. HEX triplet: B2, 03 and AD. RGB value is (178,3,173). Sum of RGB (Red+Green+Blue) = 178+3+173=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B203AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B203AD is #4DFC52. Grayscale: #4A4A4A. Windows color (decimal): -5110867 or 11338674. OLE color: 11338674.
HSL color Cylindrical-coordinate representation of color #B203AD: hue angle of 301.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B203AD is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.30 |
| HSL | 301.71º | 0.97% | 0.35% | - |
| HSV(B) | 301.71º | 0.98% | 0.7% | - |
| XYZ | 25.94 | 12.55 | 40.59 | - |
| YUV | 74.71 | 183.48 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 173 | 0 | 0.98 | 0.03 | 0.30 | 301.71 | 0.97 | 0.35 |
| Hex | B2 | 3 | AD | 0 | 62 | 3 | 1E | 12E | 61 | 23 |
| Octal | 262 | 3 | 255 | 0 | 142 | 3 | 36 | 456 | 141 | 43 |
| Binary | 10110010 | 11 | 10101101 | 0 | 1100010 | 11 | 11110 | 100101110 | 1100001 | 100011 |
Color Harmonies of #B203AD
Complementary color
Monochromatic Colors of #B203AD
Black with #B203AD
Text Example
Text Example
White with #B203AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203AD; }
p { color: rgb(178,3,173); }
H1.HeaderClassName
{
color: #B203AD;
}
.AnyTagClassName
{
color: #B203AD;
}
</style>
background-color css
<style>
a { background-color: #B203AD; }
a { background-color: rgb(178,3,173); }
div.DivClassName
{
background-color: #B203AD;
}
.BgClassName
{
background-color: #B203AD;
}
</style>
border-color css
<style>
span { border-color: #B203AD; }
span { border-color: rgb(178,3,173); }
td.TdClassName
{
border-color: #B203AD;
}
.TagClassName
{
border-color: #B203AD;
}
</style>