Shades of Deep Magenta #B60FCC
Tints of Deep Magenta #B60FCC
RGB
CMYK
RGB Variations
Color information
#B60FCC (or 0xB60FCC) is known color: Deep Magenta. HEX triplet: B6, 0F and CC. RGB value is (182,15,204). Sum of RGB (Red+Green+Blue) = 182+15+204=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B60FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FCC is #49F033. Grayscale: #555555. Windows color (decimal): -4845620 or 13373366. OLE color: 13373366.
HSL color Cylindrical-coordinate representation of color #B60FCC: hue angle of 293.02º degrees, saturation: 0.86, 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 #B60FCC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 15 | 204 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.2 |
| HSL | 293.02º | 0.86% | 0.43% | - |
| HSV(B) | 293.02º | 0.93% | 0.8% | - |
| XYZ | 30.36 | 14.65 | 58.35 | - |
| YUV | 86.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 204 | 0.11 | 0.93 | 0 | 0.2 | 293.02 | 0.86 | 0.43 |
| Hex | B6 | F | CC | B | 5D | 0 | 14 | 125 | 56 | 2B |
| Octal | 266 | 17 | 314 | 13 | 135 | 0 | 24 | 445 | 126 | 53 |
| Binary | 10110110 | 1111 | 11001100 | 1011 | 1011101 | 0 | 10100 | 100100101 | 1010110 | 101011 |
Color Harmonies of #B60FCC
Complementary color
Monochromatic Colors of #B60FCC
Black with #B60FCC
Text Example
Text Example
White with #B60FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FCC; }
p { color: rgb(182,15,204); }
H1.HeaderClassName
{
color: #B60FCC;
}
.AnyTagClassName
{
color: #B60FCC;
}
</style>
background-color css
<style>
a { background-color: #B60FCC; }
a { background-color: rgb(182,15,204); }
div.DivClassName
{
background-color: #B60FCC;
}
.BgClassName
{
background-color: #B60FCC;
}
</style>
border-color css
<style>
span { border-color: #B60FCC; }
span { border-color: rgb(182,15,204); }
td.TdClassName
{
border-color: #B60FCC;
}
.TagClassName
{
border-color: #B60FCC;
}
</style>