Shades of Deep Magenta #B707AA
Tints of Deep Magenta #B707AA
RGB
CMYK
RGB Variations
Color information
#B707AA (or 0xB707AA) is known color: Deep Magenta. HEX triplet: B7, 07 and AA. RGB value is (183,7,170). Sum of RGB (Red+Green+Blue) = 183+7+170=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B707AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B707AA is #48F855. Grayscale: #4D4D4D. Windows color (decimal): -4782166 or 11143095. OLE color: 11143095.
HSL color Cylindrical-coordinate representation of color #B707AA: hue angle of 304.43º 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 #B707AA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.28 |
| HSL | 304.43º | 0.93% | 0.37% | - |
| HSV(B) | 304.43º | 0.96% | 0.72% | - |
| XYZ | 26.86 | 13.12 | 39.15 | - |
| YUV | 78.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 170 | 0 | 0.96 | 0.07 | 0.28 | 304.43 | 0.93 | 0.37 |
| Hex | B7 | 7 | AA | 0 | 60 | 7 | 1C | 130 | 5D | 25 |
| Octal | 267 | 7 | 252 | 0 | 140 | 7 | 34 | 460 | 135 | 45 |
| Binary | 10110111 | 111 | 10101010 | 0 | 1100000 | 111 | 11100 | 100110000 | 1011101 | 100101 |
Color Harmonies of #B707AA
Complementary color
Monochromatic Colors of #B707AA
Black with #B707AA
Text Example
Text Example
White with #B707AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707AA; }
p { color: rgb(183,7,170); }
H1.HeaderClassName
{
color: #B707AA;
}
.AnyTagClassName
{
color: #B707AA;
}
</style>
background-color css
<style>
a { background-color: #B707AA; }
a { background-color: rgb(183,7,170); }
div.DivClassName
{
background-color: #B707AA;
}
.BgClassName
{
background-color: #B707AA;
}
</style>
border-color css
<style>
span { border-color: #B707AA; }
span { border-color: rgb(183,7,170); }
td.TdClassName
{
border-color: #B707AA;
}
.TagClassName
{
border-color: #B707AA;
}
</style>