Shades of Deep Magenta #B607AA
Tints of Deep Magenta #B607AA
RGB
CMYK
RGB Variations
Color information
#B607AA (or 0xB607AA) is known color: Deep Magenta. HEX triplet: B6, 07 and AA. RGB value is (182,7,170). Sum of RGB (Red+Green+Blue) = 182+7+170=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B607AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B607AA is #49F855. Grayscale: #4D4D4D. Windows color (decimal): -4847702 or 11143094. OLE color: 11143094.
HSL color Cylindrical-coordinate representation of color #B607AA: hue angle of 304.11º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B607AA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.29 |
| HSL | 304.11º | 0.93% | 0.37% | - |
| HSV(B) | 304.11º | 0.96% | 0.71% | - |
| XYZ | 26.62 | 13 | 39.14 | - |
| YUV | 77.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 170 | 0 | 0.96 | 0.07 | 0.29 | 304.11 | 0.93 | 0.37 |
| Hex | B6 | 7 | AA | 0 | 60 | 7 | 1D | 130 | 5D | 25 |
| Octal | 266 | 7 | 252 | 0 | 140 | 7 | 35 | 460 | 135 | 45 |
| Binary | 10110110 | 111 | 10101010 | 0 | 1100000 | 111 | 11101 | 100110000 | 1011101 | 100101 |
Color Harmonies of #B607AA
Complementary color
Monochromatic Colors of #B607AA
Black with #B607AA
Text Example
Text Example
White with #B607AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607AA; }
p { color: rgb(182,7,170); }
H1.HeaderClassName
{
color: #B607AA;
}
.AnyTagClassName
{
color: #B607AA;
}
</style>
background-color css
<style>
a { background-color: #B607AA; }
a { background-color: rgb(182,7,170); }
div.DivClassName
{
background-color: #B607AA;
}
.BgClassName
{
background-color: #B607AA;
}
</style>
border-color css
<style>
span { border-color: #B607AA; }
span { border-color: rgb(182,7,170); }
td.TdClassName
{
border-color: #B607AA;
}
.TagClassName
{
border-color: #B607AA;
}
</style>