Shades of Deep Magenta #B800AD
Tints of Deep Magenta #B800AD
RGB
CMYK
RGB Variations
Color information
#B800AD (or 0xB800AD) is known color: Deep Magenta. HEX triplet: B8, 00 and AD. RGB value is (184,0,173). Sum of RGB (Red+Green+Blue) = 184+0+173=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B800AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B800AD is #47FF52. Grayscale: #4A4A4A. Windows color (decimal): -4718419 or 11337912. OLE color: 11337912.
HSL color Cylindrical-coordinate representation of color #B800AD: hue angle of 303.59º 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 #B800AD is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.06 | 0.28 |
| HSL | 303.59º | 1% | 0.36% | - |
| HSV(B) | 303.59º | 1% | 0.72% | - |
| XYZ | 27.31 | 13.21 | 40.65 | - |
| YUV | 74.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 173 | 0 | 1 | 0.06 | 0.28 | 303.59 | 1 | 0.36 |
| Hex | B8 | 0 | AD | 0 | 64 | 6 | 1C | 130 | 64 | 24 |
| Octal | 270 | 0 | 255 | 0 | 144 | 6 | 34 | 460 | 144 | 44 |
| Binary | 10111000 | 0 | 10101101 | 0 | 1100100 | 110 | 11100 | 100110000 | 1100100 | 100100 |
Color Harmonies of #B800AD
Complementary color
Monochromatic Colors of #B800AD
Black with #B800AD
Text Example
Text Example
White with #B800AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800AD; }
p { color: rgb(184,0,173); }
H1.HeaderClassName
{
color: #B800AD;
}
.AnyTagClassName
{
color: #B800AD;
}
</style>
background-color css
<style>
a { background-color: #B800AD; }
a { background-color: rgb(184,0,173); }
div.DivClassName
{
background-color: #B800AD;
}
.BgClassName
{
background-color: #B800AD;
}
</style>
border-color css
<style>
span { border-color: #B800AD; }
span { border-color: rgb(184,0,173); }
td.TdClassName
{
border-color: #B800AD;
}
.TagClassName
{
border-color: #B800AD;
}
</style>