Shades of Deep Magenta #B202C9
Tints of Deep Magenta #B202C9
RGB
CMYK
RGB Variations
Color information
#B202C9 (or 0xB202C9) is known color: Deep Magenta. HEX triplet: B2, 02 and C9. RGB value is (178,2,201). Sum of RGB (Red+Green+Blue) = 178+2+201=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #B202C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202C9 is #4DFD36. Grayscale: #4C4C4C. Windows color (decimal): -5111095 or 13173426. OLE color: 13173426.
HSL color Cylindrical-coordinate representation of color #B202C9: hue angle of 293.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202C9 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 2 | 201 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.21 |
| HSL | 293.07º | 0.98% | 0.4% | - |
| HSV(B) | 293.07º | 0.99% | 0.79% | - |
| XYZ | 28.92 | 13.73 | 56.38 | - |
| YUV | 77.31 | 197.81 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 201 | 0.11 | 0.99 | 0 | 0.21 | 293.07 | 0.98 | 0.4 |
| Hex | B2 | 2 | C9 | B | 63 | 0 | 15 | 125 | 62 | 28 |
| Octal | 262 | 2 | 311 | 13 | 143 | 0 | 25 | 445 | 142 | 50 |
| Binary | 10110010 | 10 | 11001001 | 1011 | 1100011 | 0 | 10101 | 100100101 | 1100010 | 101000 |
Color Harmonies of #B202C9
Complementary color
Monochromatic Colors of #B202C9
Black with #B202C9
Text Example
Text Example
White with #B202C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202C9; }
p { color: rgb(178,2,201); }
H1.HeaderClassName
{
color: #B202C9;
}
.AnyTagClassName
{
color: #B202C9;
}
</style>
background-color css
<style>
a { background-color: #B202C9; }
a { background-color: rgb(178,2,201); }
div.DivClassName
{
background-color: #B202C9;
}
.BgClassName
{
background-color: #B202C9;
}
</style>
border-color css
<style>
span { border-color: #B202C9; }
span { border-color: rgb(178,2,201); }
td.TdClassName
{
border-color: #B202C9;
}
.TagClassName
{
border-color: #B202C9;
}
</style>