Shades of Deep Magenta #B60EDF
Tints of Deep Magenta #B60EDF
RGB
CMYK
RGB Variations
Color information
#B60EDF (or 0xB60EDF) is known color: Deep Magenta. HEX triplet: B6, 0E and DF. RGB value is (182,14,223). Sum of RGB (Red+Green+Blue) = 182+14+223=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #B60EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EDF is #49F120. Grayscale: #575757. Windows color (decimal): -4845857 or 14618294. OLE color: 14618294.
HSL color Cylindrical-coordinate representation of color #B60EDF: hue angle of 288.23º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EDF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 14 | 223 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.13 |
| HSL | 288.23º | 0.88% | 0.46% | - |
| HSV(B) | 288.23º | 0.94% | 0.87% | - |
| XYZ | 32.77 | 15.59 | 71.09 | - |
| YUV | 88.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 223 | 0.18 | 0.94 | 0 | 0.13 | 288.23 | 0.88 | 0.46 |
| Hex | B6 | E | DF | 12 | 5E | 0 | D | 120 | 58 | 2E |
| Octal | 266 | 16 | 337 | 22 | 136 | 0 | 15 | 440 | 130 | 56 |
| Binary | 10110110 | 1110 | 11011111 | 10010 | 1011110 | 0 | 1101 | 100100000 | 1011000 | 101110 |
Color Harmonies of #B60EDF
Complementary color
Monochromatic Colors of #B60EDF
Black with #B60EDF
Text Example
Text Example
White with #B60EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EDF; }
p { color: rgb(182,14,223); }
H1.HeaderClassName
{
color: #B60EDF;
}
.AnyTagClassName
{
color: #B60EDF;
}
</style>
background-color css
<style>
a { background-color: #B60EDF; }
a { background-color: rgb(182,14,223); }
div.DivClassName
{
background-color: #B60EDF;
}
.BgClassName
{
background-color: #B60EDF;
}
</style>
border-color css
<style>
span { border-color: #B60EDF; }
span { border-color: rgb(182,14,223); }
td.TdClassName
{
border-color: #B60EDF;
}
.TagClassName
{
border-color: #B60EDF;
}
</style>