Shades of Dark Magenta #B007A0
Tints of Dark Magenta #B007A0
RGB
CMYK
RGB Variations
Color information
#B007A0 (or 0xB007A0) is known color: Dark Magenta. HEX triplet: B0, 07 and A0. RGB value is (176,7,160). Sum of RGB (Red+Green+Blue) = 176+7+160=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B007A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007A0 is #4FF85F. Grayscale: #4A4A4A. Windows color (decimal): -5240928 or 10487728. OLE color: 10487728.
HSL color Cylindrical-coordinate representation of color #B007A0: hue angle of 305.68º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B007A0 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 160 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.31 |
| HSL | 305.68º | 0.92% | 0.36% | - |
| HSV(B) | 305.68º | 0.96% | 0.69% | - |
| XYZ | 24.33 | 11.92 | 34.28 | - |
| YUV | 74.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 160 | 0 | 0.96 | 0.09 | 0.31 | 305.68 | 0.92 | 0.36 |
| Hex | B0 | 7 | A0 | 0 | 60 | 9 | 1F | 132 | 5C | 24 |
| Octal | 260 | 7 | 240 | 0 | 140 | 11 | 37 | 462 | 134 | 44 |
| Binary | 10110000 | 111 | 10100000 | 0 | 1100000 | 1001 | 11111 | 100110010 | 1011100 | 100100 |
Color Harmonies of #B007A0
Complementary color
Monochromatic Colors of #B007A0
Black with #B007A0
Text Example
Text Example
White with #B007A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007A0; }
p { color: rgb(176,7,160); }
H1.HeaderClassName
{
color: #B007A0;
}
.AnyTagClassName
{
color: #B007A0;
}
</style>
background-color css
<style>
a { background-color: #B007A0; }
a { background-color: rgb(176,7,160); }
div.DivClassName
{
background-color: #B007A0;
}
.BgClassName
{
background-color: #B007A0;
}
</style>
border-color css
<style>
span { border-color: #B007A0; }
span { border-color: rgb(176,7,160); }
td.TdClassName
{
border-color: #B007A0;
}
.TagClassName
{
border-color: #B007A0;
}
</style>