Shades of Deep Magenta #B202BD
Tints of Deep Magenta #B202BD
RGB
CMYK
RGB Variations
Color information
#B202BD (or 0xB202BD) is known color: Deep Magenta. HEX triplet: B2, 02 and BD. RGB value is (178,2,189). Sum of RGB (Red+Green+Blue) = 178+2+189=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #B202BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202BD is #4DFD42. Grayscale: #4B4B4B. Windows color (decimal): -5111107 or 12386994. OLE color: 12386994.
HSL color Cylindrical-coordinate representation of color #B202BD: hue angle of 296.47º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202BD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 2 | 189 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.26 |
| HSL | 296.47º | 0.98% | 0.37% | - |
| HSV(B) | 296.47º | 0.99% | 0.74% | - |
| XYZ | 27.57 | 13.18 | 49.24 | - |
| YUV | 75.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 189 | 0.06 | 0.99 | 0 | 0.26 | 296.47 | 0.98 | 0.37 |
| Hex | B2 | 2 | BD | 6 | 63 | 0 | 1A | 128 | 62 | 25 |
| Octal | 262 | 2 | 275 | 6 | 143 | 0 | 32 | 450 | 142 | 45 |
| Binary | 10110010 | 10 | 10111101 | 110 | 1100011 | 0 | 11010 | 100101000 | 1100010 | 100101 |
Color Harmonies of #B202BD
Complementary color
Monochromatic Colors of #B202BD
Black with #B202BD
Text Example
Text Example
White with #B202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202BD; }
p { color: rgb(178,2,189); }
H1.HeaderClassName
{
color: #B202BD;
}
.AnyTagClassName
{
color: #B202BD;
}
</style>
background-color css
<style>
a { background-color: #B202BD; }
a { background-color: rgb(178,2,189); }
div.DivClassName
{
background-color: #B202BD;
}
.BgClassName
{
background-color: #B202BD;
}
</style>
border-color css
<style>
span { border-color: #B202BD; }
span { border-color: rgb(178,2,189); }
td.TdClassName
{
border-color: #B202BD;
}
.TagClassName
{
border-color: #B202BD;
}
</style>