Shades of Deep Magenta #B001A8
Tints of Deep Magenta #B001A8
RGB
CMYK
RGB Variations
Color information
#B001A8 (or 0xB001A8) is known color: Deep Magenta. HEX triplet: B0, 01 and A8. RGB value is (176,1,168). Sum of RGB (Red+Green+Blue) = 176+1+168=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B001A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B001A8 is #4FFE57. Grayscale: #474747. Windows color (decimal): -5242456 or 11010480. OLE color: 11010480.
HSL color Cylindrical-coordinate representation of color #B001A8: hue angle of 302.74º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B001A8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.31 |
| HSL | 302.74º | 0.99% | 0.35% | - |
| HSV(B) | 302.74º | 0.99% | 0.69% | - |
| XYZ | 24.98 | 12.08 | 38.06 | - |
| YUV | 72.36 | 181.98 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 168 | 0 | 0.99 | 0.05 | 0.31 | 302.74 | 0.99 | 0.35 |
| Hex | B0 | 1 | A8 | 0 | 63 | 5 | 1F | 12F | 63 | 23 |
| Octal | 260 | 1 | 250 | 0 | 143 | 5 | 37 | 457 | 143 | 43 |
| Binary | 10110000 | 1 | 10101000 | 0 | 1100011 | 101 | 11111 | 100101111 | 1100011 | 100011 |
Color Harmonies of #B001A8
Complementary color
Monochromatic Colors of #B001A8
Black with #B001A8
Text Example
Text Example
White with #B001A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001A8; }
p { color: rgb(176,1,168); }
H1.HeaderClassName
{
color: #B001A8;
}
.AnyTagClassName
{
color: #B001A8;
}
</style>
background-color css
<style>
a { background-color: #B001A8; }
a { background-color: rgb(176,1,168); }
div.DivClassName
{
background-color: #B001A8;
}
.BgClassName
{
background-color: #B001A8;
}
</style>
border-color css
<style>
span { border-color: #B001A8; }
span { border-color: rgb(176,1,168); }
td.TdClassName
{
border-color: #B001A8;
}
.TagClassName
{
border-color: #B001A8;
}
</style>