Shades of Deep Magenta #B003A8
Tints of Deep Magenta #B003A8
RGB
CMYK
RGB Variations
Color information
#B003A8 (or 0xB003A8) is known color: Deep Magenta. HEX triplet: B0, 03 and A8. RGB value is (176,3,168). Sum of RGB (Red+Green+Blue) = 176+3+168=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B003A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B003A8 is #4FFC57. Grayscale: #494949. Windows color (decimal): -5241944 or 11010992. OLE color: 11010992.
HSL color Cylindrical-coordinate representation of color #B003A8: hue angle of 302.77º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B003A8 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.31 |
| HSL | 302.77º | 0.97% | 0.35% | - |
| HSV(B) | 302.77º | 0.98% | 0.69% | - |
| XYZ | 25 | 12.12 | 38.07 | - |
| YUV | 73.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 168 | 0 | 0.98 | 0.05 | 0.31 | 302.77 | 0.97 | 0.35 |
| Hex | B0 | 3 | A8 | 0 | 62 | 5 | 1F | 12F | 61 | 23 |
| Octal | 260 | 3 | 250 | 0 | 142 | 5 | 37 | 457 | 141 | 43 |
| Binary | 10110000 | 11 | 10101000 | 0 | 1100010 | 101 | 11111 | 100101111 | 1100001 | 100011 |
Color Harmonies of #B003A8
Complementary color
Monochromatic Colors of #B003A8
Black with #B003A8
Text Example
Text Example
White with #B003A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003A8; }
p { color: rgb(176,3,168); }
H1.HeaderClassName
{
color: #B003A8;
}
.AnyTagClassName
{
color: #B003A8;
}
</style>
background-color css
<style>
a { background-color: #B003A8; }
a { background-color: rgb(176,3,168); }
div.DivClassName
{
background-color: #B003A8;
}
.BgClassName
{
background-color: #B003A8;
}
</style>
border-color css
<style>
span { border-color: #B003A8; }
span { border-color: rgb(176,3,168); }
td.TdClassName
{
border-color: #B003A8;
}
.TagClassName
{
border-color: #B003A8;
}
</style>