Shades of Deep Magenta #B800AB
Tints of Deep Magenta #B800AB
RGB
CMYK
RGB Variations
Color information
#B800AB (or 0xB800AB) is known color: Deep Magenta. HEX triplet: B8, 00 and AB. RGB value is (184,0,171). Sum of RGB (Red+Green+Blue) = 184+0+171=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B800AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B800AB is #47FF54. Grayscale: #4A4A4A. Windows color (decimal): -4718421 or 11206840. OLE color: 11206840.
HSL color Cylindrical-coordinate representation of color #B800AB: hue angle of 304.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800AB is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.07 | 0.28 |
| HSL | 304.24º | 1% | 0.36% | - |
| HSV(B) | 304.24º | 1% | 0.72% | - |
| XYZ | 27.12 | 13.13 | 39.63 | - |
| YUV | 74.51 | 182.46 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 171 | 0 | 1 | 0.07 | 0.28 | 304.24 | 1 | 0.36 |
| Hex | B8 | 0 | AB | 0 | 64 | 7 | 1C | 130 | 64 | 24 |
| Octal | 270 | 0 | 253 | 0 | 144 | 7 | 34 | 460 | 144 | 44 |
| Binary | 10111000 | 0 | 10101011 | 0 | 1100100 | 111 | 11100 | 100110000 | 1100100 | 100100 |
Color Harmonies of #B800AB
Complementary color
Monochromatic Colors of #B800AB
Black with #B800AB
Text Example
Text Example
White with #B800AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800AB; }
p { color: rgb(184,0,171); }
H1.HeaderClassName
{
color: #B800AB;
}
.AnyTagClassName
{
color: #B800AB;
}
</style>
background-color css
<style>
a { background-color: #B800AB; }
a { background-color: rgb(184,0,171); }
div.DivClassName
{
background-color: #B800AB;
}
.BgClassName
{
background-color: #B800AB;
}
</style>
border-color css
<style>
span { border-color: #B800AB; }
span { border-color: rgb(184,0,171); }
td.TdClassName
{
border-color: #B800AB;
}
.TagClassName
{
border-color: #B800AB;
}
</style>