Shades of Deep Magenta #B201BC
Tints of Deep Magenta #B201BC
RGB
CMYK
RGB Variations
Color information
#B201BC (or 0xB201BC) is known color: Deep Magenta. HEX triplet: B2, 01 and BC. RGB value is (178,1,188). Sum of RGB (Red+Green+Blue) = 178+1+188=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #B201BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201BC is #4DFE43. Grayscale: #4A4A4A. Windows color (decimal): -5111364 or 12321202. OLE color: 12321202.
HSL color Cylindrical-coordinate representation of color #B201BC: hue angle of 296.79º degrees, saturation: 0.99, 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 #B201BC is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 1 | 188 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.26 |
| HSL | 296.79º | 0.99% | 0.37% | - |
| HSV(B) | 296.79º | 0.99% | 0.74% | - |
| XYZ | 27.45 | 13.12 | 48.66 | - |
| YUV | 75.24 | 191.64 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 188 | 0.05 | 0.99 | 0 | 0.26 | 296.79 | 0.99 | 0.37 |
| Hex | B2 | 1 | BC | 5 | 63 | 0 | 1A | 129 | 63 | 25 |
| Octal | 262 | 1 | 274 | 5 | 143 | 0 | 32 | 451 | 143 | 45 |
| Binary | 10110010 | 1 | 10111100 | 101 | 1100011 | 0 | 11010 | 100101001 | 1100011 | 100101 |
Color Harmonies of #B201BC
Complementary color
Monochromatic Colors of #B201BC
Black with #B201BC
Text Example
Text Example
White with #B201BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201BC; }
p { color: rgb(178,1,188); }
H1.HeaderClassName
{
color: #B201BC;
}
.AnyTagClassName
{
color: #B201BC;
}
</style>
background-color css
<style>
a { background-color: #B201BC; }
a { background-color: rgb(178,1,188); }
div.DivClassName
{
background-color: #B201BC;
}
.BgClassName
{
background-color: #B201BC;
}
</style>
border-color css
<style>
span { border-color: #B201BC; }
span { border-color: rgb(178,1,188); }
td.TdClassName
{
border-color: #B201BC;
}
.TagClassName
{
border-color: #B201BC;
}
</style>