Shades of Deep Magenta #B801B2
Tints of Deep Magenta #B801B2
RGB
CMYK
RGB Variations
Color information
#B801B2 (or 0xB801B2) is known color: Deep Magenta. HEX triplet: B8, 01 and B2. RGB value is (184,1,178). Sum of RGB (Red+Green+Blue) = 184+1+178=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B801B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801B2 is #47FE4D. Grayscale: #4B4B4B. Windows color (decimal): -4718158 or 11665848. OLE color: 11665848.
HSL color Cylindrical-coordinate representation of color #B801B2: hue angle of 301.97º 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 #B801B2 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 178 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.28 |
| HSL | 301.97º | 0.99% | 0.36% | - |
| HSV(B) | 301.97º | 0.99% | 0.72% | - |
| XYZ | 27.81 | 13.43 | 43.25 | - |
| YUV | 75.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 178 | 0 | 0.99 | 0.03 | 0.28 | 301.97 | 0.99 | 0.36 |
| Hex | B8 | 1 | B2 | 0 | 63 | 3 | 1C | 12E | 63 | 24 |
| Octal | 270 | 1 | 262 | 0 | 143 | 3 | 34 | 456 | 143 | 44 |
| Binary | 10111000 | 1 | 10110010 | 0 | 1100011 | 11 | 11100 | 100101110 | 1100011 | 100100 |
Color Harmonies of #B801B2
Complementary color
Monochromatic Colors of #B801B2
Black with #B801B2
Text Example
Text Example
White with #B801B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801B2; }
p { color: rgb(184,1,178); }
H1.HeaderClassName
{
color: #B801B2;
}
.AnyTagClassName
{
color: #B801B2;
}
</style>
background-color css
<style>
a { background-color: #B801B2; }
a { background-color: rgb(184,1,178); }
div.DivClassName
{
background-color: #B801B2;
}
.BgClassName
{
background-color: #B801B2;
}
</style>
border-color css
<style>
span { border-color: #B801B2; }
span { border-color: rgb(184,1,178); }
td.TdClassName
{
border-color: #B801B2;
}
.TagClassName
{
border-color: #B801B2;
}
</style>