Shades of Deep Magenta #B60ACC
Tints of Deep Magenta #B60ACC
RGB
CMYK
RGB Variations
Color information
#B60ACC (or 0xB60ACC) is known color: Deep Magenta. HEX triplet: B6, 0A and CC. RGB value is (182,10,204). Sum of RGB (Red+Green+Blue) = 182+10+204=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #B60ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ACC is #49F533. Grayscale: #525252. Windows color (decimal): -4846900 or 13372086. OLE color: 13372086.
HSL color Cylindrical-coordinate representation of color #B60ACC: hue angle of 293.2º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60ACC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 10 | 204 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.2 |
| HSL | 293.2º | 0.91% | 0.42% | - |
| HSV(B) | 293.2º | 0.95% | 0.8% | - |
| XYZ | 30.3 | 14.52 | 58.33 | - |
| YUV | 83.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 204 | 0.11 | 0.95 | 0 | 0.2 | 293.2 | 0.91 | 0.42 |
| Hex | B6 | A | CC | B | 5F | 0 | 14 | 125 | 5B | 2A |
| Octal | 266 | 12 | 314 | 13 | 137 | 0 | 24 | 445 | 133 | 52 |
| Binary | 10110110 | 1010 | 11001100 | 1011 | 1011111 | 0 | 10100 | 100100101 | 1011011 | 101010 |
Color Harmonies of #B60ACC
Complementary color
Monochromatic Colors of #B60ACC
Black with #B60ACC
Text Example
Text Example
White with #B60ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60ACC; }
p { color: rgb(182,10,204); }
H1.HeaderClassName
{
color: #B60ACC;
}
.AnyTagClassName
{
color: #B60ACC;
}
</style>
background-color css
<style>
a { background-color: #B60ACC; }
a { background-color: rgb(182,10,204); }
div.DivClassName
{
background-color: #B60ACC;
}
.BgClassName
{
background-color: #B60ACC;
}
</style>
border-color css
<style>
span { border-color: #B60ACC; }
span { border-color: rgb(182,10,204); }
td.TdClassName
{
border-color: #B60ACC;
}
.TagClassName
{
border-color: #B60ACC;
}
</style>