Shades of Deep Magenta #B900A8
Tints of Deep Magenta #B900A8
RGB
CMYK
RGB Variations
Color information
#B900A8 (or 0xB900A8) is known color: Deep Magenta. HEX triplet: B9, 00 and A8. RGB value is (185,0,168). Sum of RGB (Red+Green+Blue) = 185+0+168=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B900A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900A8 is #46FF57. Grayscale: #494949. Windows color (decimal): -4652888 or 11010233. OLE color: 11010233.
HSL color Cylindrical-coordinate representation of color #B900A8: hue angle of 305.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900A8 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.09 | 0.27 |
| HSL | 305.51º | 1% | 0.36% | - |
| HSV(B) | 305.51º | 1% | 0.73% | - |
| XYZ | 27.08 | 13.14 | 38.16 | - |
| YUV | 74.47 | 180.79 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 168 | 0 | 1 | 0.09 | 0.27 | 305.51 | 1 | 0.36 |
| Hex | B9 | 0 | A8 | 0 | 64 | 9 | 1B | 132 | 64 | 24 |
| Octal | 271 | 0 | 250 | 0 | 144 | 11 | 33 | 462 | 144 | 44 |
| Binary | 10111001 | 0 | 10101000 | 0 | 1100100 | 1001 | 11011 | 100110010 | 1100100 | 100100 |
Color Harmonies of #B900A8
Complementary color
Monochromatic Colors of #B900A8
Black with #B900A8
Text Example
Text Example
White with #B900A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B900A8; }
p { color: rgb(185,0,168); }
H1.HeaderClassName
{
color: #B900A8;
}
.AnyTagClassName
{
color: #B900A8;
}
</style>
background-color css
<style>
a { background-color: #B900A8; }
a { background-color: rgb(185,0,168); }
div.DivClassName
{
background-color: #B900A8;
}
.BgClassName
{
background-color: #B900A8;
}
</style>
border-color css
<style>
span { border-color: #B900A8; }
span { border-color: rgb(185,0,168); }
td.TdClassName
{
border-color: #B900A8;
}
.TagClassName
{
border-color: #B900A8;
}
</style>