Shades of Deep Magenta #B60EDB
Tints of Deep Magenta #B60EDB
RGB
CMYK
RGB Variations
Color information
#B60EDB (or 0xB60EDB) is known color: Deep Magenta. HEX triplet: B6, 0E and DB. RGB value is (182,14,219). Sum of RGB (Red+Green+Blue) = 182+14+219=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #B60EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EDB is #49F124. Grayscale: #565656. Windows color (decimal): -4845861 or 14356150. OLE color: 14356150.
HSL color Cylindrical-coordinate representation of color #B60EDB: hue angle of 289.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EDB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 14 | 219 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.14 |
| HSL | 289.17º | 0.88% | 0.46% | - |
| HSV(B) | 289.17º | 0.94% | 0.86% | - |
| XYZ | 32.23 | 15.37 | 68.29 | - |
| YUV | 87.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 219 | 0.17 | 0.94 | 0 | 0.14 | 289.17 | 0.88 | 0.46 |
| Hex | B6 | E | DB | 11 | 5E | 0 | E | 121 | 58 | 2E |
| Octal | 266 | 16 | 333 | 21 | 136 | 0 | 16 | 441 | 130 | 56 |
| Binary | 10110110 | 1110 | 11011011 | 10001 | 1011110 | 0 | 1110 | 100100001 | 1011000 | 101110 |
Color Harmonies of #B60EDB
Complementary color
Monochromatic Colors of #B60EDB
Black with #B60EDB
Text Example
Text Example
White with #B60EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EDB; }
p { color: rgb(182,14,219); }
H1.HeaderClassName
{
color: #B60EDB;
}
.AnyTagClassName
{
color: #B60EDB;
}
</style>
background-color css
<style>
a { background-color: #B60EDB; }
a { background-color: rgb(182,14,219); }
div.DivClassName
{
background-color: #B60EDB;
}
.BgClassName
{
background-color: #B60EDB;
}
</style>
border-color css
<style>
span { border-color: #B60EDB; }
span { border-color: rgb(182,14,219); }
td.TdClassName
{
border-color: #B60EDB;
}
.TagClassName
{
border-color: #B60EDB;
}
</style>