Shades of Deep Magenta #B202B5
Tints of Deep Magenta #B202B5
RGB
CMYK
RGB Variations
Color information
#B202B5 (or 0xB202B5) is known color: Deep Magenta. HEX triplet: B2, 02 and B5. RGB value is (178,2,181). Sum of RGB (Red+Green+Blue) = 178+2+181=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #B202B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202B5 is #4DFD4A. Grayscale: #4A4A4A. Windows color (decimal): -5111115 or 11862706. OLE color: 11862706.
HSL color Cylindrical-coordinate representation of color #B202B5: hue angle of 298.99º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202B5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 2 | 181 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.29 |
| HSL | 298.99º | 0.98% | 0.36% | - |
| HSV(B) | 298.99º | 0.99% | 0.71% | - |
| XYZ | 26.72 | 12.84 | 44.79 | - |
| YUV | 75.03 | 187.81 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 181 | 0.02 | 0.99 | 0 | 0.29 | 298.99 | 0.98 | 0.36 |
| Hex | B2 | 2 | B5 | 2 | 63 | 0 | 1D | 12B | 62 | 24 |
| Octal | 262 | 2 | 265 | 2 | 143 | 0 | 35 | 453 | 142 | 44 |
| Binary | 10110010 | 10 | 10110101 | 10 | 1100011 | 0 | 11101 | 100101011 | 1100010 | 100100 |
Color Harmonies of #B202B5
Complementary color
Monochromatic Colors of #B202B5
Black with #B202B5
Text Example
Text Example
White with #B202B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202B5; }
p { color: rgb(178,2,181); }
H1.HeaderClassName
{
color: #B202B5;
}
.AnyTagClassName
{
color: #B202B5;
}
</style>
background-color css
<style>
a { background-color: #B202B5; }
a { background-color: rgb(178,2,181); }
div.DivClassName
{
background-color: #B202B5;
}
.BgClassName
{
background-color: #B202B5;
}
</style>
border-color css
<style>
span { border-color: #B202B5; }
span { border-color: rgb(178,2,181); }
td.TdClassName
{
border-color: #B202B5;
}
.TagClassName
{
border-color: #B202B5;
}
</style>