Shades of Deep Magenta #B008A8
Tints of Deep Magenta #B008A8
RGB
CMYK
RGB Variations
Color information
#B008A8 (or 0xB008A8) is known color: Deep Magenta. HEX triplet: B0, 08 and A8. RGB value is (176,8,168). Sum of RGB (Red+Green+Blue) = 176+8+168=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B008A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008A8 is #4FF757. Grayscale: #4C4C4C. Windows color (decimal): -5240664 or 11012272. OLE color: 11012272.
HSL color Cylindrical-coordinate representation of color #B008A8: hue angle of 302.86º 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 #B008A8 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 168 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.31 |
| HSL | 302.86º | 0.91% | 0.36% | - |
| HSV(B) | 302.86º | 0.95% | 0.69% | - |
| XYZ | 25.06 | 12.23 | 38.09 | - |
| YUV | 76.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 168 | 0 | 0.95 | 0.05 | 0.31 | 302.86 | 0.91 | 0.36 |
| Hex | B0 | 8 | A8 | 0 | 5F | 5 | 1F | 12F | 5B | 24 |
| Octal | 260 | 10 | 250 | 0 | 137 | 5 | 37 | 457 | 133 | 44 |
| Binary | 10110000 | 1000 | 10101000 | 0 | 1011111 | 101 | 11111 | 100101111 | 1011011 | 100100 |
Color Harmonies of #B008A8
Complementary color
Monochromatic Colors of #B008A8
Black with #B008A8
Text Example
Text Example
White with #B008A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008A8; }
p { color: rgb(176,8,168); }
H1.HeaderClassName
{
color: #B008A8;
}
.AnyTagClassName
{
color: #B008A8;
}
</style>
background-color css
<style>
a { background-color: #B008A8; }
a { background-color: rgb(176,8,168); }
div.DivClassName
{
background-color: #B008A8;
}
.BgClassName
{
background-color: #B008A8;
}
</style>
border-color css
<style>
span { border-color: #B008A8; }
span { border-color: rgb(176,8,168); }
td.TdClassName
{
border-color: #B008A8;
}
.TagClassName
{
border-color: #B008A8;
}
</style>