Shades of Deep Magenta #B60FDE
Tints of Deep Magenta #B60FDE
RGB
CMYK
RGB Variations
Color information
#B60FDE (or 0xB60FDE) is known color: Deep Magenta. HEX triplet: B6, 0F and DE. RGB value is (182,15,222). Sum of RGB (Red+Green+Blue) = 182+15+222=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #B60FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FDE is #49F021. Grayscale: #575757. Windows color (decimal): -4845602 or 14553014. OLE color: 14553014.
HSL color Cylindrical-coordinate representation of color #B60FDE: hue angle of 288.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60FDE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 15 | 222 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.13 |
| HSL | 288.41º | 0.87% | 0.46% | - |
| HSV(B) | 288.41º | 0.93% | 0.87% | - |
| XYZ | 32.65 | 15.56 | 70.39 | - |
| YUV | 88.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 222 | 0.18 | 0.93 | 0 | 0.13 | 288.41 | 0.87 | 0.46 |
| Hex | B6 | F | DE | 12 | 5D | 0 | D | 120 | 57 | 2E |
| Octal | 266 | 17 | 336 | 22 | 135 | 0 | 15 | 440 | 127 | 56 |
| Binary | 10110110 | 1111 | 11011110 | 10010 | 1011101 | 0 | 1101 | 100100000 | 1010111 | 101110 |
Color Harmonies of #B60FDE
Complementary color
Monochromatic Colors of #B60FDE
Black with #B60FDE
Text Example
Text Example
White with #B60FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FDE; }
p { color: rgb(182,15,222); }
H1.HeaderClassName
{
color: #B60FDE;
}
.AnyTagClassName
{
color: #B60FDE;
}
</style>
background-color css
<style>
a { background-color: #B60FDE; }
a { background-color: rgb(182,15,222); }
div.DivClassName
{
background-color: #B60FDE;
}
.BgClassName
{
background-color: #B60FDE;
}
</style>
border-color css
<style>
span { border-color: #B60FDE; }
span { border-color: rgb(182,15,222); }
td.TdClassName
{
border-color: #B60FDE;
}
.TagClassName
{
border-color: #B60FDE;
}
</style>