Shades of Deep Magenta #B201BD
Tints of Deep Magenta #B201BD
RGB
CMYK
RGB Variations
Color information
#B201BD (or 0xB201BD) is known color: Deep Magenta. HEX triplet: B2, 01 and BD. RGB value is (178,1,189). Sum of RGB (Red+Green+Blue) = 178+1+189=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #B201BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201BD is #4DFE42. Grayscale: #4A4A4A. Windows color (decimal): -5111363 or 12386738. OLE color: 12386738.
HSL color Cylindrical-coordinate representation of color #B201BD: hue angle of 296.49º 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 #B201BD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 1 | 189 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.26 |
| HSL | 296.49º | 0.99% | 0.37% | - |
| HSV(B) | 296.49º | 0.99% | 0.74% | - |
| XYZ | 27.56 | 13.16 | 49.23 | - |
| YUV | 75.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 189 | 0.06 | 0.99 | 0 | 0.26 | 296.49 | 0.99 | 0.37 |
| Hex | B2 | 1 | BD | 6 | 63 | 0 | 1A | 128 | 63 | 25 |
| Octal | 262 | 1 | 275 | 6 | 143 | 0 | 32 | 450 | 143 | 45 |
| Binary | 10110010 | 1 | 10111101 | 110 | 1100011 | 0 | 11010 | 100101000 | 1100011 | 100101 |
Color Harmonies of #B201BD
Complementary color
Monochromatic Colors of #B201BD
Black with #B201BD
Text Example
Text Example
White with #B201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201BD; }
p { color: rgb(178,1,189); }
H1.HeaderClassName
{
color: #B201BD;
}
.AnyTagClassName
{
color: #B201BD;
}
</style>
background-color css
<style>
a { background-color: #B201BD; }
a { background-color: rgb(178,1,189); }
div.DivClassName
{
background-color: #B201BD;
}
.BgClassName
{
background-color: #B201BD;
}
</style>
border-color css
<style>
span { border-color: #B201BD; }
span { border-color: rgb(178,1,189); }
td.TdClassName
{
border-color: #B201BD;
}
.TagClassName
{
border-color: #B201BD;
}
</style>