Shades of Deep Magenta #B60FDF
Tints of Deep Magenta #B60FDF
RGB
CMYK
RGB Variations
Color information
#B60FDF (or 0xB60FDF) is known color: Deep Magenta. HEX triplet: B6, 0F and DF. RGB value is (182,15,223). Sum of RGB (Red+Green+Blue) = 182+15+223=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #B60FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FDF is #49F020. Grayscale: #575757. Windows color (decimal): -4845601 or 14618550. OLE color: 14618550.
HSL color Cylindrical-coordinate representation of color #B60FDF: hue angle of 288.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60FDF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 15 | 223 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.13 |
| HSL | 288.17º | 0.87% | 0.47% | - |
| HSV(B) | 288.17º | 0.93% | 0.87% | - |
| XYZ | 32.78 | 15.61 | 71.1 | - |
| YUV | 88.65 | 203.83 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 223 | 0.18 | 0.93 | 0 | 0.13 | 288.17 | 0.87 | 0.47 |
| Hex | B6 | F | DF | 12 | 5D | 0 | D | 120 | 57 | 2F |
| Octal | 266 | 17 | 337 | 22 | 135 | 0 | 15 | 440 | 127 | 57 |
| Binary | 10110110 | 1111 | 11011111 | 10010 | 1011101 | 0 | 1101 | 100100000 | 1010111 | 101111 |
Color Harmonies of #B60FDF
Complementary color
Monochromatic Colors of #B60FDF
Black with #B60FDF
Text Example
Text Example
White with #B60FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FDF; }
p { color: rgb(182,15,223); }
H1.HeaderClassName
{
color: #B60FDF;
}
.AnyTagClassName
{
color: #B60FDF;
}
</style>
background-color css
<style>
a { background-color: #B60FDF; }
a { background-color: rgb(182,15,223); }
div.DivClassName
{
background-color: #B60FDF;
}
.BgClassName
{
background-color: #B60FDF;
}
</style>
border-color css
<style>
span { border-color: #B60FDF; }
span { border-color: rgb(182,15,223); }
td.TdClassName
{
border-color: #B60FDF;
}
.TagClassName
{
border-color: #B60FDF;
}
</style>