Shades of Deep Magenta #B60EC4
Tints of Deep Magenta #B60EC4
RGB
CMYK
RGB Variations
Color information
#B60EC4 (or 0xB60EC4) is known color: Deep Magenta. HEX triplet: B6, 0E and C4. RGB value is (182,14,196). Sum of RGB (Red+Green+Blue) = 182+14+196=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #B60EC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EC4 is #49F13B. Grayscale: #545454. Windows color (decimal): -4845884 or 12848822. OLE color: 12848822.
HSL color Cylindrical-coordinate representation of color #B60EC4: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60EC4 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 14 | 196 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.23 |
| HSL | 295.38º | 0.87% | 0.41% | - |
| HSV(B) | 295.38º | 0.93% | 0.77% | - |
| XYZ | 29.41 | 14.24 | 53.42 | - |
| YUV | 84.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 196 | 0.07 | 0.93 | 0 | 0.23 | 295.38 | 0.87 | 0.41 |
| Hex | B6 | E | C4 | 7 | 5D | 0 | 17 | 127 | 57 | 29 |
| Octal | 266 | 16 | 304 | 7 | 135 | 0 | 27 | 447 | 127 | 51 |
| Binary | 10110110 | 1110 | 11000100 | 111 | 1011101 | 0 | 10111 | 100100111 | 1010111 | 101001 |
Color Harmonies of #B60EC4
Complementary color
Monochromatic Colors of #B60EC4
Black with #B60EC4
Text Example
Text Example
White with #B60EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EC4; }
p { color: rgb(182,14,196); }
H1.HeaderClassName
{
color: #B60EC4;
}
.AnyTagClassName
{
color: #B60EC4;
}
</style>
background-color css
<style>
a { background-color: #B60EC4; }
a { background-color: rgb(182,14,196); }
div.DivClassName
{
background-color: #B60EC4;
}
.BgClassName
{
background-color: #B60EC4;
}
</style>
border-color css
<style>
span { border-color: #B60EC4; }
span { border-color: rgb(182,14,196); }
td.TdClassName
{
border-color: #B60EC4;
}
.TagClassName
{
border-color: #B60EC4;
}
</style>