Shades of Deep Magenta #B006B7
Tints of Deep Magenta #B006B7
RGB
CMYK
RGB Variations
Color information
#B006B7 (or 0xB006B7) is known color: Deep Magenta. HEX triplet: B0, 06 and B7. RGB value is (176,6,183). Sum of RGB (Red+Green+Blue) = 176+6+183=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #B006B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006B7 is #4FF948. Grayscale: #4C4C4C. Windows color (decimal): -5241161 or 11994800. OLE color: 11994800.
HSL color Cylindrical-coordinate representation of color #B006B7: hue angle of 297.63º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006B7 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 6 | 183 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.28 |
| HSL | 297.63º | 0.94% | 0.37% | - |
| HSV(B) | 297.63º | 0.97% | 0.72% | - |
| XYZ | 26.52 | 12.78 | 45.87 | - |
| YUV | 77.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 183 | 0.04 | 0.97 | 0 | 0.28 | 297.63 | 0.94 | 0.37 |
| Hex | B0 | 6 | B7 | 4 | 61 | 0 | 1C | 12A | 5E | 25 |
| Octal | 260 | 6 | 267 | 4 | 141 | 0 | 34 | 452 | 136 | 45 |
| Binary | 10110000 | 110 | 10110111 | 100 | 1100001 | 0 | 11100 | 100101010 | 1011110 | 100101 |
Color Harmonies of #B006B7
Complementary color
Monochromatic Colors of #B006B7
Black with #B006B7
Text Example
Text Example
White with #B006B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006B7; }
p { color: rgb(176,6,183); }
H1.HeaderClassName
{
color: #B006B7;
}
.AnyTagClassName
{
color: #B006B7;
}
</style>
background-color css
<style>
a { background-color: #B006B7; }
a { background-color: rgb(176,6,183); }
div.DivClassName
{
background-color: #B006B7;
}
.BgClassName
{
background-color: #B006B7;
}
</style>
border-color css
<style>
span { border-color: #B006B7; }
span { border-color: rgb(176,6,183); }
td.TdClassName
{
border-color: #B006B7;
}
.TagClassName
{
border-color: #B006B7;
}
</style>