Shades of Dark Magenta #B200A2
Tints of Dark Magenta #B200A2
RGB
CMYK
RGB Variations
Color information
#B200A2 (or 0xB200A2) is known color: Dark Magenta. HEX triplet: B2, 00 and A2. RGB value is (178,0,162). Sum of RGB (Red+Green+Blue) = 178+0+162=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B200A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B200A2 is #4DFF5D. Grayscale: #474747. Windows color (decimal): -5111646 or 10617010. OLE color: 10617010.
HSL color Cylindrical-coordinate representation of color #B200A2: hue angle of 305.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200A2 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.09 | 0.30 |
| HSL | 305.39º | 1% | 0.35% | - |
| HSV(B) | 305.39º | 1% | 0.7% | - |
| XYZ | 24.88 | 12.07 | 35.2 | - |
| YUV | 71.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 162 | 0 | 1 | 0.09 | 0.30 | 305.39 | 1 | 0.35 |
| Hex | B2 | 0 | A2 | 0 | 64 | 9 | 1E | 131 | 64 | 23 |
| Octal | 262 | 0 | 242 | 0 | 144 | 11 | 36 | 461 | 144 | 43 |
| Binary | 10110010 | 0 | 10100010 | 0 | 1100100 | 1001 | 11110 | 100110001 | 1100100 | 100011 |
Color Harmonies of #B200A2
Complementary color
Monochromatic Colors of #B200A2
Black with #B200A2
Text Example
Text Example
White with #B200A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200A2; }
p { color: rgb(178,0,162); }
H1.HeaderClassName
{
color: #B200A2;
}
.AnyTagClassName
{
color: #B200A2;
}
</style>
background-color css
<style>
a { background-color: #B200A2; }
a { background-color: rgb(178,0,162); }
div.DivClassName
{
background-color: #B200A2;
}
.BgClassName
{
background-color: #B200A2;
}
</style>
border-color css
<style>
span { border-color: #B200A2; }
span { border-color: rgb(178,0,162); }
td.TdClassName
{
border-color: #B200A2;
}
.TagClassName
{
border-color: #B200A2;
}
</style>