Shades of Deep Magenta #B006CE
Tints of Deep Magenta #B006CE
RGB
CMYK
RGB Variations
Color information
#B006CE (or 0xB006CE) is known color: Deep Magenta. HEX triplet: B0, 06 and CE. RGB value is (176,6,206). Sum of RGB (Red+Green+Blue) = 176+6+206=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #B006CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006CE is #4FF931. Grayscale: #4F4F4F. Windows color (decimal): -5241138 or 13502128. OLE color: 13502128.
HSL color Cylindrical-coordinate representation of color #B006CE: hue angle of 291º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006CE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 6 | 206 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.19 |
| HSL | 291º | 0.94% | 0.42% | - |
| HSV(B) | 291º | 0.97% | 0.81% | - |
| XYZ | 29.11 | 13.82 | 59.53 | - |
| YUV | 79.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 206 | 0.15 | 0.97 | 0 | 0.19 | 291 | 0.94 | 0.42 |
| Hex | B0 | 6 | CE | F | 61 | 0 | 13 | 123 | 5E | 2A |
| Octal | 260 | 6 | 316 | 17 | 141 | 0 | 23 | 443 | 136 | 52 |
| Binary | 10110000 | 110 | 11001110 | 1111 | 1100001 | 0 | 10011 | 100100011 | 1011110 | 101010 |
Color Harmonies of #B006CE
Complementary color
Monochromatic Colors of #B006CE
Black with #B006CE
Text Example
Text Example
White with #B006CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B006CE; }
p { color: rgb(176,6,206); }
H1.HeaderClassName
{
color: #B006CE;
}
.AnyTagClassName
{
color: #B006CE;
}
</style>
background-color css
<style>
a { background-color: #B006CE; }
a { background-color: rgb(176,6,206); }
div.DivClassName
{
background-color: #B006CE;
}
.BgClassName
{
background-color: #B006CE;
}
</style>
border-color css
<style>
span { border-color: #B006CE; }
span { border-color: rgb(176,6,206); }
td.TdClassName
{
border-color: #B006CE;
}
.TagClassName
{
border-color: #B006CE;
}
</style>