Shades of Deep Magenta #B801BC
Tints of Deep Magenta #B801BC
RGB
CMYK
RGB Variations
Color information
#B801BC (or 0xB801BC) is known color: Deep Magenta. HEX triplet: B8, 01 and BC. RGB value is (184,1,188). Sum of RGB (Red+Green+Blue) = 184+1+188=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #B801BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801BC is #47FE43. Grayscale: #4C4C4C. Windows color (decimal): -4718148 or 12321208. OLE color: 12321208.
HSL color Cylindrical-coordinate representation of color #B801BC: hue angle of 298.72º 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 #B801BC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 1 | 188 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.26 |
| HSL | 298.72º | 0.99% | 0.37% | - |
| HSV(B) | 298.72º | 0.99% | 0.74% | - |
| XYZ | 28.86 | 13.84 | 48.73 | - |
| YUV | 77.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 188 | 0.02 | 0.99 | 0 | 0.26 | 298.72 | 0.99 | 0.37 |
| Hex | B8 | 1 | BC | 2 | 63 | 0 | 1A | 12B | 63 | 25 |
| Octal | 270 | 1 | 274 | 2 | 143 | 0 | 32 | 453 | 143 | 45 |
| Binary | 10111000 | 1 | 10111100 | 10 | 1100011 | 0 | 11010 | 100101011 | 1100011 | 100101 |
Color Harmonies of #B801BC
Complementary color
Monochromatic Colors of #B801BC
Black with #B801BC
Text Example
Text Example
White with #B801BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B801BC; }
p { color: rgb(184,1,188); }
H1.HeaderClassName
{
color: #B801BC;
}
.AnyTagClassName
{
color: #B801BC;
}
</style>
background-color css
<style>
a { background-color: #B801BC; }
a { background-color: rgb(184,1,188); }
div.DivClassName
{
background-color: #B801BC;
}
.BgClassName
{
background-color: #B801BC;
}
</style>
border-color css
<style>
span { border-color: #B801BC; }
span { border-color: rgb(184,1,188); }
td.TdClassName
{
border-color: #B801BC;
}
.TagClassName
{
border-color: #B801BC;
}
</style>