Shades of Deep Magenta #B202B8
Tints of Deep Magenta #B202B8
RGB
CMYK
RGB Variations
Color information
#B202B8 (or 0xB202B8) is known color: Deep Magenta. HEX triplet: B2, 02 and B8. RGB value is (178,2,184). Sum of RGB (Red+Green+Blue) = 178+2+184=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #B202B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202B8 is #4DFD47. Grayscale: #4A4A4A. Windows color (decimal): -5111112 or 12059314. OLE color: 12059314.
HSL color Cylindrical-coordinate representation of color #B202B8: hue angle of 298.02º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202B8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 2 | 184 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.28 |
| HSL | 298.02º | 0.98% | 0.36% | - |
| HSV(B) | 298.02º | 0.99% | 0.72% | - |
| XYZ | 27.03 | 12.97 | 46.43 | - |
| YUV | 75.37 | 189.31 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 184 | 0.03 | 0.99 | 0 | 0.28 | 298.02 | 0.98 | 0.36 |
| Hex | B2 | 2 | B8 | 3 | 63 | 0 | 1C | 12A | 62 | 24 |
| Octal | 262 | 2 | 270 | 3 | 143 | 0 | 34 | 452 | 142 | 44 |
| Binary | 10110010 | 10 | 10111000 | 11 | 1100011 | 0 | 11100 | 100101010 | 1100010 | 100100 |
Color Harmonies of #B202B8
Complementary color
Monochromatic Colors of #B202B8
Black with #B202B8
Text Example
Text Example
White with #B202B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202B8; }
p { color: rgb(178,2,184); }
H1.HeaderClassName
{
color: #B202B8;
}
.AnyTagClassName
{
color: #B202B8;
}
</style>
background-color css
<style>
a { background-color: #B202B8; }
a { background-color: rgb(178,2,184); }
div.DivClassName
{
background-color: #B202B8;
}
.BgClassName
{
background-color: #B202B8;
}
</style>
border-color css
<style>
span { border-color: #B202B8; }
span { border-color: rgb(178,2,184); }
td.TdClassName
{
border-color: #B202B8;
}
.TagClassName
{
border-color: #B202B8;
}
</style>