Shades of Deep Magenta #B007AD
Tints of Deep Magenta #B007AD
RGB
CMYK
RGB Variations
Color information
#B007AD (or 0xB007AD) is known color: Deep Magenta. HEX triplet: B0, 07 and AD. RGB value is (176,7,173). Sum of RGB (Red+Green+Blue) = 176+7+173=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B007AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B007AD is #4FF852. Grayscale: #4B4B4B. Windows color (decimal): -5240915 or 11339696. OLE color: 11339696.
HSL color Cylindrical-coordinate representation of color #B007AD: hue angle of 301.07º 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 #B007AD is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.31 |
| HSL | 301.07º | 0.92% | 0.36% | - |
| HSV(B) | 301.07º | 0.96% | 0.69% | - |
| XYZ | 25.52 | 12.4 | 40.58 | - |
| YUV | 76.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 173 | 0 | 0.96 | 0.02 | 0.31 | 301.07 | 0.92 | 0.36 |
| Hex | B0 | 7 | AD | 0 | 60 | 2 | 1F | 12D | 5C | 24 |
| Octal | 260 | 7 | 255 | 0 | 140 | 2 | 37 | 455 | 134 | 44 |
| Binary | 10110000 | 111 | 10101101 | 0 | 1100000 | 10 | 11111 | 100101101 | 1011100 | 100100 |
Color Harmonies of #B007AD
Complementary color
Monochromatic Colors of #B007AD
Black with #B007AD
Text Example
Text Example
White with #B007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007AD; }
p { color: rgb(176,7,173); }
H1.HeaderClassName
{
color: #B007AD;
}
.AnyTagClassName
{
color: #B007AD;
}
</style>
background-color css
<style>
a { background-color: #B007AD; }
a { background-color: rgb(176,7,173); }
div.DivClassName
{
background-color: #B007AD;
}
.BgClassName
{
background-color: #B007AD;
}
</style>
border-color css
<style>
span { border-color: #B007AD; }
span { border-color: rgb(176,7,173); }
td.TdClassName
{
border-color: #B007AD;
}
.TagClassName
{
border-color: #B007AD;
}
</style>