Shades of Deep Magenta #B004CE
Tints of Deep Magenta #B004CE
RGB
CMYK
RGB Variations
Color information
#B004CE (or 0xB004CE) is known color: Deep Magenta. HEX triplet: B0, 04 and CE. RGB value is (176,4,206). Sum of RGB (Red+Green+Blue) = 176+4+206=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #B004CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004CE is #4FFB31. Grayscale: #4D4D4D. Windows color (decimal): -5241650 or 13501616. OLE color: 13501616.
HSL color Cylindrical-coordinate representation of color #B004CE: hue angle of 291.09º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004CE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 4 | 206 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.19 |
| HSL | 291.09º | 0.96% | 0.41% | - |
| HSV(B) | 291.09º | 0.98% | 0.81% | - |
| XYZ | 29.09 | 13.77 | 59.52 | - |
| YUV | 78.46 | 199.98 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 206 | 0.15 | 0.98 | 0 | 0.19 | 291.09 | 0.96 | 0.41 |
| Hex | B0 | 4 | CE | F | 62 | 0 | 13 | 123 | 60 | 29 |
| Octal | 260 | 4 | 316 | 17 | 142 | 0 | 23 | 443 | 140 | 51 |
| Binary | 10110000 | 100 | 11001110 | 1111 | 1100010 | 0 | 10011 | 100100011 | 1100000 | 101001 |
Color Harmonies of #B004CE
Complementary color
Monochromatic Colors of #B004CE
Black with #B004CE
Text Example
Text Example
White with #B004CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B004CE; }
p { color: rgb(176,4,206); }
H1.HeaderClassName
{
color: #B004CE;
}
.AnyTagClassName
{
color: #B004CE;
}
</style>
background-color css
<style>
a { background-color: #B004CE; }
a { background-color: rgb(176,4,206); }
div.DivClassName
{
background-color: #B004CE;
}
.BgClassName
{
background-color: #B004CE;
}
</style>
border-color css
<style>
span { border-color: #B004CE; }
span { border-color: rgb(176,4,206); }
td.TdClassName
{
border-color: #B004CE;
}
.TagClassName
{
border-color: #B004CE;
}
</style>