Shades of Deep Magenta #B009A8
Tints of Deep Magenta #B009A8
RGB
CMYK
RGB Variations
Color information
#B009A8 (or 0xB009A8) is known color: Deep Magenta. HEX triplet: B0, 09 and A8. RGB value is (176,9,168). Sum of RGB (Red+Green+Blue) = 176+9+168=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B009A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B009A8 is #4FF657. Grayscale: #4C4C4C. Windows color (decimal): -5240408 or 11012528. OLE color: 11012528.
HSL color Cylindrical-coordinate representation of color #B009A8: hue angle of 302.87º degrees, saturation: 0.9, 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 #B009A8 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.31 |
| HSL | 302.87º | 0.9% | 0.36% | - |
| HSV(B) | 302.87º | 0.95% | 0.69% | - |
| XYZ | 25.07 | 12.25 | 38.09 | - |
| YUV | 77.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 168 | 0 | 0.95 | 0.05 | 0.31 | 302.87 | 0.9 | 0.36 |
| Hex | B0 | 9 | A8 | 0 | 5F | 5 | 1F | 12F | 5A | 24 |
| Octal | 260 | 11 | 250 | 0 | 137 | 5 | 37 | 457 | 132 | 44 |
| Binary | 10110000 | 1001 | 10101000 | 0 | 1011111 | 101 | 11111 | 100101111 | 1011010 | 100100 |
Color Harmonies of #B009A8
Complementary color
Monochromatic Colors of #B009A8
Black with #B009A8
Text Example
Text Example
White with #B009A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B009A8; }
p { color: rgb(176,9,168); }
H1.HeaderClassName
{
color: #B009A8;
}
.AnyTagClassName
{
color: #B009A8;
}
</style>
background-color css
<style>
a { background-color: #B009A8; }
a { background-color: rgb(176,9,168); }
div.DivClassName
{
background-color: #B009A8;
}
.BgClassName
{
background-color: #B009A8;
}
</style>
border-color css
<style>
span { border-color: #B009A8; }
span { border-color: rgb(176,9,168); }
td.TdClassName
{
border-color: #B009A8;
}
.TagClassName
{
border-color: #B009A8;
}
</style>