Shades of Deep Magenta #B60ADC
Tints of Deep Magenta #B60ADC
RGB
CMYK
RGB Variations
Color information
#B60ADC (or 0xB60ADC) is known color: Deep Magenta. HEX triplet: B6, 0A and DC. RGB value is (182,10,220). Sum of RGB (Red+Green+Blue) = 182+10+220=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #B60ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ADC is #49F523. Grayscale: #545454. Windows color (decimal): -4846884 or 14420662. OLE color: 14420662.
HSL color Cylindrical-coordinate representation of color #B60ADC: hue angle of 289.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60ADC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 10 | 220 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.14 |
| HSL | 289.14º | 0.91% | 0.45% | - |
| HSV(B) | 289.14º | 0.95% | 0.86% | - |
| XYZ | 32.32 | 15.33 | 68.97 | - |
| YUV | 85.37 | 203.98 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 220 | 0.17 | 0.95 | 0 | 0.14 | 289.14 | 0.91 | 0.45 |
| Hex | B6 | A | DC | 11 | 5F | 0 | E | 121 | 5B | 2D |
| Octal | 266 | 12 | 334 | 21 | 137 | 0 | 16 | 441 | 133 | 55 |
| Binary | 10110110 | 1010 | 11011100 | 10001 | 1011111 | 0 | 1110 | 100100001 | 1011011 | 101101 |
Color Harmonies of #B60ADC
Complementary color
Monochromatic Colors of #B60ADC
Black with #B60ADC
Text Example
Text Example
White with #B60ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60ADC; }
p { color: rgb(182,10,220); }
H1.HeaderClassName
{
color: #B60ADC;
}
.AnyTagClassName
{
color: #B60ADC;
}
</style>
background-color css
<style>
a { background-color: #B60ADC; }
a { background-color: rgb(182,10,220); }
div.DivClassName
{
background-color: #B60ADC;
}
.BgClassName
{
background-color: #B60ADC;
}
</style>
border-color css
<style>
span { border-color: #B60ADC; }
span { border-color: rgb(182,10,220); }
td.TdClassName
{
border-color: #B60ADC;
}
.TagClassName
{
border-color: #B60ADC;
}
</style>