Shades of Deep Magenta #B707AB
Tints of Deep Magenta #B707AB
RGB
CMYK
RGB Variations
Color information
#B707AB (or 0xB707AB) is known color: Deep Magenta. HEX triplet: B7, 07 and AB. RGB value is (183,7,171). Sum of RGB (Red+Green+Blue) = 183+7+171=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B707AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B707AB is #48F854. Grayscale: #4D4D4D. Windows color (decimal): -4782165 or 11208631. OLE color: 11208631.
HSL color Cylindrical-coordinate representation of color #B707AB: hue angle of 304.09º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B707AB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 171 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.28 |
| HSL | 304.09º | 0.93% | 0.37% | - |
| HSV(B) | 304.09º | 0.96% | 0.72% | - |
| XYZ | 26.96 | 13.16 | 39.65 | - |
| YUV | 78.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 171 | 0 | 0.96 | 0.07 | 0.28 | 304.09 | 0.93 | 0.37 |
| Hex | B7 | 7 | AB | 0 | 60 | 7 | 1C | 130 | 5D | 25 |
| Octal | 267 | 7 | 253 | 0 | 140 | 7 | 34 | 460 | 135 | 45 |
| Binary | 10110111 | 111 | 10101011 | 0 | 1100000 | 111 | 11100 | 100110000 | 1011101 | 100101 |
Color Harmonies of #B707AB
Complementary color
Monochromatic Colors of #B707AB
Black with #B707AB
Text Example
Text Example
White with #B707AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707AB; }
p { color: rgb(183,7,171); }
H1.HeaderClassName
{
color: #B707AB;
}
.AnyTagClassName
{
color: #B707AB;
}
</style>
background-color css
<style>
a { background-color: #B707AB; }
a { background-color: rgb(183,7,171); }
div.DivClassName
{
background-color: #B707AB;
}
.BgClassName
{
background-color: #B707AB;
}
</style>
border-color css
<style>
span { border-color: #B707AB; }
span { border-color: rgb(183,7,171); }
td.TdClassName
{
border-color: #B707AB;
}
.TagClassName
{
border-color: #B707AB;
}
</style>