Shades of Deep Magenta #B60ADE
Tints of Deep Magenta #B60ADE
RGB
CMYK
RGB Variations
Color information
#B60ADE (or 0xB60ADE) is known color: Deep Magenta. HEX triplet: B6, 0A and DE. RGB value is (182,10,222). Sum of RGB (Red+Green+Blue) = 182+10+222=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #B60ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60ADE is #49F521. Grayscale: #545454. Windows color (decimal): -4846882 or 14551734. OLE color: 14551734.
HSL color Cylindrical-coordinate representation of color #B60ADE: hue angle of 288.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60ADE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 10 | 222 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.68º | 0.91% | 0.45% | - |
| HSV(B) | 288.68º | 0.95% | 0.87% | - |
| XYZ | 32.58 | 15.44 | 70.37 | - |
| YUV | 85.6 | 204.98 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 222 | 0.18 | 0.95 | 0 | 0.13 | 288.68 | 0.91 | 0.45 |
| Hex | B6 | A | DE | 12 | 5F | 0 | D | 121 | 5B | 2D |
| Octal | 266 | 12 | 336 | 22 | 137 | 0 | 15 | 441 | 133 | 55 |
| Binary | 10110110 | 1010 | 11011110 | 10010 | 1011111 | 0 | 1101 | 100100001 | 1011011 | 101101 |
Color Harmonies of #B60ADE
Complementary color
Monochromatic Colors of #B60ADE
Black with #B60ADE
Text Example
Text Example
White with #B60ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60ADE; }
p { color: rgb(182,10,222); }
H1.HeaderClassName
{
color: #B60ADE;
}
.AnyTagClassName
{
color: #B60ADE;
}
</style>
background-color css
<style>
a { background-color: #B60ADE; }
a { background-color: rgb(182,10,222); }
div.DivClassName
{
background-color: #B60ADE;
}
.BgClassName
{
background-color: #B60ADE;
}
</style>
border-color css
<style>
span { border-color: #B60ADE; }
span { border-color: rgb(182,10,222); }
td.TdClassName
{
border-color: #B60ADE;
}
.TagClassName
{
border-color: #B60ADE;
}
</style>