Shades of Deep Magenta #B60ECC
Tints of Deep Magenta #B60ECC
RGB
CMYK
RGB Variations
Color information
#B60ECC (or 0xB60ECC) is known color: Deep Magenta. HEX triplet: B6, 0E and CC. RGB value is (182,14,204). Sum of RGB (Red+Green+Blue) = 182+14+204=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B60ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ECC is #49F133. Grayscale: #555555. Windows color (decimal): -4845876 or 13373110. OLE color: 13373110.
HSL color Cylindrical-coordinate representation of color #B60ECC: hue angle of 293.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60ECC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 14 | 204 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.2 |
| HSL | 293.05º | 0.87% | 0.43% | - |
| HSV(B) | 293.05º | 0.93% | 0.8% | - |
| XYZ | 30.35 | 14.62 | 58.35 | - |
| YUV | 85.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 204 | 0.11 | 0.93 | 0 | 0.2 | 293.05 | 0.87 | 0.43 |
| Hex | B6 | E | CC | B | 5D | 0 | 14 | 125 | 57 | 2B |
| Octal | 266 | 16 | 314 | 13 | 135 | 0 | 24 | 445 | 127 | 53 |
| Binary | 10110110 | 1110 | 11001100 | 1011 | 1011101 | 0 | 10100 | 100100101 | 1010111 | 101011 |
Color Harmonies of #B60ECC
Complementary color
Monochromatic Colors of #B60ECC
Black with #B60ECC
Text Example
Text Example
White with #B60ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60ECC; }
p { color: rgb(182,14,204); }
H1.HeaderClassName
{
color: #B60ECC;
}
.AnyTagClassName
{
color: #B60ECC;
}
</style>
background-color css
<style>
a { background-color: #B60ECC; }
a { background-color: rgb(182,14,204); }
div.DivClassName
{
background-color: #B60ECC;
}
.BgClassName
{
background-color: #B60ECC;
}
</style>
border-color css
<style>
span { border-color: #B60ECC; }
span { border-color: rgb(182,14,204); }
td.TdClassName
{
border-color: #B60ECC;
}
.TagClassName
{
border-color: #B60ECC;
}
</style>