Shades of Deep Magenta #B203AA
Tints of Deep Magenta #B203AA
RGB
CMYK
RGB Variations
Color information
#B203AA (or 0xB203AA) is known color: Deep Magenta. HEX triplet: B2, 03 and AA. RGB value is (178,3,170). Sum of RGB (Red+Green+Blue) = 178+3+170=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B203AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B203AA is #4DFC55. Grayscale: #494949. Windows color (decimal): -5110870 or 11142066. OLE color: 11142066.
HSL color Cylindrical-coordinate representation of color #B203AA: hue angle of 302.74º 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 #B203AA is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 170 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.30 |
| HSL | 302.74º | 0.97% | 0.35% | - |
| HSV(B) | 302.74º | 0.98% | 0.7% | - |
| XYZ | 25.65 | 12.43 | 39.08 | - |
| YUV | 74.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 170 | 0 | 0.98 | 0.04 | 0.30 | 302.74 | 0.97 | 0.35 |
| Hex | B2 | 3 | AA | 0 | 62 | 4 | 1E | 12F | 61 | 23 |
| Octal | 262 | 3 | 252 | 0 | 142 | 4 | 36 | 457 | 141 | 43 |
| Binary | 10110010 | 11 | 10101010 | 0 | 1100010 | 100 | 11110 | 100101111 | 1100001 | 100011 |
Color Harmonies of #B203AA
Complementary color
Monochromatic Colors of #B203AA
Black with #B203AA
Text Example
Text Example
White with #B203AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203AA; }
p { color: rgb(178,3,170); }
H1.HeaderClassName
{
color: #B203AA;
}
.AnyTagClassName
{
color: #B203AA;
}
</style>
background-color css
<style>
a { background-color: #B203AA; }
a { background-color: rgb(178,3,170); }
div.DivClassName
{
background-color: #B203AA;
}
.BgClassName
{
background-color: #B203AA;
}
</style>
border-color css
<style>
span { border-color: #B203AA; }
span { border-color: rgb(178,3,170); }
td.TdClassName
{
border-color: #B203AA;
}
.TagClassName
{
border-color: #B203AA;
}
</style>