Shades of Deep Magenta #B201B8
Tints of Deep Magenta #B201B8
RGB
CMYK
RGB Variations
Color information
#B201B8 (or 0xB201B8) is known color: Deep Magenta. HEX triplet: B2, 01 and B8. RGB value is (178,1,184). Sum of RGB (Red+Green+Blue) = 178+1+184=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #B201B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201B8 is #4DFE47. Grayscale: #4A4A4A. Windows color (decimal): -5111368 or 12059058. OLE color: 12059058.
HSL color Cylindrical-coordinate representation of color #B201B8: hue angle of 298.03º degrees, saturation: 0.99, 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 #B201B8 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 1 | 184 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.28 |
| HSL | 298.03º | 0.99% | 0.36% | - |
| HSV(B) | 298.03º | 0.99% | 0.72% | - |
| XYZ | 27.02 | 12.95 | 46.42 | - |
| YUV | 74.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 184 | 0.03 | 0.99 | 0 | 0.28 | 298.03 | 0.99 | 0.36 |
| Hex | B2 | 1 | B8 | 3 | 63 | 0 | 1C | 12A | 63 | 24 |
| Octal | 262 | 1 | 270 | 3 | 143 | 0 | 34 | 452 | 143 | 44 |
| Binary | 10110010 | 1 | 10111000 | 11 | 1100011 | 0 | 11100 | 100101010 | 1100011 | 100100 |
Color Harmonies of #B201B8
Complementary color
Monochromatic Colors of #B201B8
Black with #B201B8
Text Example
Text Example
White with #B201B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B201B8; }
p { color: rgb(178,1,184); }
H1.HeaderClassName
{
color: #B201B8;
}
.AnyTagClassName
{
color: #B201B8;
}
</style>
background-color css
<style>
a { background-color: #B201B8; }
a { background-color: rgb(178,1,184); }
div.DivClassName
{
background-color: #B201B8;
}
.BgClassName
{
background-color: #B201B8;
}
</style>
border-color css
<style>
span { border-color: #B201B8; }
span { border-color: rgb(178,1,184); }
td.TdClassName
{
border-color: #B201B8;
}
.TagClassName
{
border-color: #B201B8;
}
</style>