Shades of Deep Magenta #B202C5
Tints of Deep Magenta #B202C5
RGB
CMYK
RGB Variations
Color information
#B202C5 (or 0xB202C5) is known color: Deep Magenta. HEX triplet: B2, 02 and C5. RGB value is (178,2,197). Sum of RGB (Red+Green+Blue) = 178+2+197=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #B202C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202C5 is #4DFD3A. Grayscale: #4C4C4C. Windows color (decimal): -5111099 or 12911282. OLE color: 12911282.
HSL color Cylindrical-coordinate representation of color #B202C5: hue angle of 294.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202C5 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 2 | 197 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.23 |
| HSL | 294.15º | 0.98% | 0.39% | - |
| HSV(B) | 294.15º | 0.99% | 0.77% | - |
| XYZ | 28.46 | 13.54 | 53.94 | - |
| YUV | 76.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 197 | 0.10 | 0.99 | 0 | 0.23 | 294.15 | 0.98 | 0.39 |
| Hex | B2 | 2 | C5 | A | 63 | 0 | 17 | 126 | 62 | 27 |
| Octal | 262 | 2 | 305 | 12 | 143 | 0 | 27 | 446 | 142 | 47 |
| Binary | 10110010 | 10 | 11000101 | 1010 | 1100011 | 0 | 10111 | 100100110 | 1100010 | 100111 |
Color Harmonies of #B202C5
Complementary color
Monochromatic Colors of #B202C5
Black with #B202C5
Text Example
Text Example
White with #B202C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202C5; }
p { color: rgb(178,2,197); }
H1.HeaderClassName
{
color: #B202C5;
}
.AnyTagClassName
{
color: #B202C5;
}
</style>
background-color css
<style>
a { background-color: #B202C5; }
a { background-color: rgb(178,2,197); }
div.DivClassName
{
background-color: #B202C5;
}
.BgClassName
{
background-color: #B202C5;
}
</style>
border-color css
<style>
span { border-color: #B202C5; }
span { border-color: rgb(178,2,197); }
td.TdClassName
{
border-color: #B202C5;
}
.TagClassName
{
border-color: #B202C5;
}
</style>