Shades of Deep Magenta #B201A5
Tints of Deep Magenta #B201A5
RGB
CMYK
RGB Variations
Color information
#B201A5 (or 0xB201A5) is known color: Deep Magenta. HEX triplet: B2, 01 and A5. RGB value is (178,1,165). Sum of RGB (Red+Green+Blue) = 178+1+165=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B201A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B201A5 is #4DFE5A. Grayscale: #484848. Windows color (decimal): -5111387 or 10813874. OLE color: 10813874.
HSL color Cylindrical-coordinate representation of color #B201A5: hue angle of 304.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B201A5 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 165 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.30 |
| HSL | 304.41º | 0.99% | 0.35% | - |
| HSV(B) | 304.41º | 0.99% | 0.7% | - |
| XYZ | 25.16 | 12.2 | 36.63 | - |
| YUV | 72.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 165 | 0 | 0.99 | 0.07 | 0.30 | 304.41 | 0.99 | 0.35 |
| Hex | B2 | 1 | A5 | 0 | 63 | 7 | 1E | 130 | 63 | 23 |
| Octal | 262 | 1 | 245 | 0 | 143 | 7 | 36 | 460 | 143 | 43 |
| Binary | 10110010 | 1 | 10100101 | 0 | 1100011 | 111 | 11110 | 100110000 | 1100011 | 100011 |
Color Harmonies of #B201A5
Complementary color
Monochromatic Colors of #B201A5
Black with #B201A5
Text Example
Text Example
White with #B201A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201A5; }
p { color: rgb(178,1,165); }
H1.HeaderClassName
{
color: #B201A5;
}
.AnyTagClassName
{
color: #B201A5;
}
</style>
background-color css
<style>
a { background-color: #B201A5; }
a { background-color: rgb(178,1,165); }
div.DivClassName
{
background-color: #B201A5;
}
.BgClassName
{
background-color: #B201A5;
}
</style>
border-color css
<style>
span { border-color: #B201A5; }
span { border-color: rgb(178,1,165); }
td.TdClassName
{
border-color: #B201A5;
}
.TagClassName
{
border-color: #B201A5;
}
</style>