Shades of Deep Magenta #B203AC
Tints of Deep Magenta #B203AC
RGB
CMYK
RGB Variations
Color information
#B203AC (or 0xB203AC) is known color: Deep Magenta. HEX triplet: B2, 03 and AC. RGB value is (178,3,172). Sum of RGB (Red+Green+Blue) = 178+3+172=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B203AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B203AC is #4DFC53. Grayscale: #4A4A4A. Windows color (decimal): -5110868 or 11273138. OLE color: 11273138.
HSL color Cylindrical-coordinate representation of color #B203AC: hue angle of 302.06º 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 #B203AC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 172 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.30 |
| HSL | 302.06º | 0.97% | 0.35% | - |
| HSV(B) | 302.06º | 0.98% | 0.7% | - |
| XYZ | 25.84 | 12.51 | 40.08 | - |
| YUV | 74.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 172 | 0 | 0.98 | 0.03 | 0.30 | 302.06 | 0.97 | 0.35 |
| Hex | B2 | 3 | AC | 0 | 62 | 3 | 1E | 12E | 61 | 23 |
| Octal | 262 | 3 | 254 | 0 | 142 | 3 | 36 | 456 | 141 | 43 |
| Binary | 10110010 | 11 | 10101100 | 0 | 1100010 | 11 | 11110 | 100101110 | 1100001 | 100011 |
Color Harmonies of #B203AC
Complementary color
Monochromatic Colors of #B203AC
Black with #B203AC
Text Example
Text Example
White with #B203AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203AC; }
p { color: rgb(178,3,172); }
H1.HeaderClassName
{
color: #B203AC;
}
.AnyTagClassName
{
color: #B203AC;
}
</style>
background-color css
<style>
a { background-color: #B203AC; }
a { background-color: rgb(178,3,172); }
div.DivClassName
{
background-color: #B203AC;
}
.BgClassName
{
background-color: #B203AC;
}
</style>
border-color css
<style>
span { border-color: #B203AC; }
span { border-color: rgb(178,3,172); }
td.TdClassName
{
border-color: #B203AC;
}
.TagClassName
{
border-color: #B203AC;
}
</style>