Shades of Deep Magenta #B607AB
Tints of Deep Magenta #B607AB
RGB
CMYK
RGB Variations
Color information
#B607AB (or 0xB607AB) is known color: Deep Magenta. HEX triplet: B6, 07 and AB. RGB value is (182,7,171). Sum of RGB (Red+Green+Blue) = 182+7+171=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B607AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B607AB is #49F854. Grayscale: #4D4D4D. Windows color (decimal): -4847701 or 11208630. OLE color: 11208630.
HSL color Cylindrical-coordinate representation of color #B607AB: hue angle of 303.77º 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 #B607AB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 171 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.29 |
| HSL | 303.77º | 0.93% | 0.37% | - |
| HSV(B) | 303.77º | 0.96% | 0.71% | - |
| XYZ | 26.72 | 13.04 | 39.64 | - |
| YUV | 78.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 171 | 0 | 0.96 | 0.06 | 0.29 | 303.77 | 0.93 | 0.37 |
| Hex | B6 | 7 | AB | 0 | 60 | 6 | 1D | 130 | 5D | 25 |
| Octal | 266 | 7 | 253 | 0 | 140 | 6 | 35 | 460 | 135 | 45 |
| Binary | 10110110 | 111 | 10101011 | 0 | 1100000 | 110 | 11101 | 100110000 | 1011101 | 100101 |
Color Harmonies of #B607AB
Complementary color
Monochromatic Colors of #B607AB
Black with #B607AB
Text Example
Text Example
White with #B607AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607AB; }
p { color: rgb(182,7,171); }
H1.HeaderClassName
{
color: #B607AB;
}
.AnyTagClassName
{
color: #B607AB;
}
</style>
background-color css
<style>
a { background-color: #B607AB; }
a { background-color: rgb(182,7,171); }
div.DivClassName
{
background-color: #B607AB;
}
.BgClassName
{
background-color: #B607AB;
}
</style>
border-color css
<style>
span { border-color: #B607AB; }
span { border-color: rgb(182,7,171); }
td.TdClassName
{
border-color: #B607AB;
}
.TagClassName
{
border-color: #B607AB;
}
</style>