Shades of Deep Magenta #B008AD
Tints of Deep Magenta #B008AD
RGB
CMYK
RGB Variations
Color information
#B008AD (or 0xB008AD) is known color: Deep Magenta. HEX triplet: B0, 08 and AD. RGB value is (176,8,173). Sum of RGB (Red+Green+Blue) = 176+8+173=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B008AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008AD is #4FF752. Grayscale: #4C4C4C. Windows color (decimal): -5240659 or 11339952. OLE color: 11339952.
HSL color Cylindrical-coordinate representation of color #B008AD: hue angle of 301.07º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B008AD is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 173 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.31 |
| HSL | 301.07º | 0.91% | 0.36% | - |
| HSV(B) | 301.07º | 0.95% | 0.69% | - |
| XYZ | 25.53 | 12.42 | 40.59 | - |
| YUV | 77.04 | 182.16 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 173 | 0 | 0.95 | 0.02 | 0.31 | 301.07 | 0.91 | 0.36 |
| Hex | B0 | 8 | AD | 0 | 5F | 2 | 1F | 12D | 5B | 24 |
| Octal | 260 | 10 | 255 | 0 | 137 | 2 | 37 | 455 | 133 | 44 |
| Binary | 10110000 | 1000 | 10101101 | 0 | 1011111 | 10 | 11111 | 100101101 | 1011011 | 100100 |
Color Harmonies of #B008AD
Complementary color
Monochromatic Colors of #B008AD
Black with #B008AD
Text Example
Text Example
White with #B008AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008AD; }
p { color: rgb(176,8,173); }
H1.HeaderClassName
{
color: #B008AD;
}
.AnyTagClassName
{
color: #B008AD;
}
</style>
background-color css
<style>
a { background-color: #B008AD; }
a { background-color: rgb(176,8,173); }
div.DivClassName
{
background-color: #B008AD;
}
.BgClassName
{
background-color: #B008AD;
}
</style>
border-color css
<style>
span { border-color: #B008AD; }
span { border-color: rgb(176,8,173); }
td.TdClassName
{
border-color: #B008AD;
}
.TagClassName
{
border-color: #B008AD;
}
</style>