Shades of Deep Magenta #B006BA
Tints of Deep Magenta #B006BA
RGB
CMYK
RGB Variations
Color information
#B006BA (or 0xB006BA) is known color: Deep Magenta. HEX triplet: B0, 06 and BA. RGB value is (176,6,186). Sum of RGB (Red+Green+Blue) = 176+6+186=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #B006BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006BA is #4FF945. Grayscale: #4C4C4C. Windows color (decimal): -5241158 or 12191408. OLE color: 12191408.
HSL color Cylindrical-coordinate representation of color #B006BA: hue angle of 296.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006BA is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 6 | 186 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.27 |
| HSL | 296.67º | 0.94% | 0.38% | - |
| HSV(B) | 296.67º | 0.97% | 0.73% | - |
| XYZ | 26.83 | 12.91 | 47.53 | - |
| YUV | 77.35 | 189.32 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 186 | 0.05 | 0.97 | 0 | 0.27 | 296.67 | 0.94 | 0.38 |
| Hex | B0 | 6 | BA | 5 | 61 | 0 | 1B | 129 | 5E | 26 |
| Octal | 260 | 6 | 272 | 5 | 141 | 0 | 33 | 451 | 136 | 46 |
| Binary | 10110000 | 110 | 10111010 | 101 | 1100001 | 0 | 11011 | 100101001 | 1011110 | 100110 |
Color Harmonies of #B006BA
Complementary color
Monochromatic Colors of #B006BA
Black with #B006BA
Text Example
Text Example
White with #B006BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006BA; }
p { color: rgb(176,6,186); }
H1.HeaderClassName
{
color: #B006BA;
}
.AnyTagClassName
{
color: #B006BA;
}
</style>
background-color css
<style>
a { background-color: #B006BA; }
a { background-color: rgb(176,6,186); }
div.DivClassName
{
background-color: #B006BA;
}
.BgClassName
{
background-color: #B006BA;
}
</style>
border-color css
<style>
span { border-color: #B006BA; }
span { border-color: rgb(176,6,186); }
td.TdClassName
{
border-color: #B006BA;
}
.TagClassName
{
border-color: #B006BA;
}
</style>