Shades of Deep Magenta #B60FDA
Tints of Deep Magenta #B60FDA
RGB
CMYK
RGB Variations
Color information
#B60FDA (or 0xB60FDA) is known color: Deep Magenta. HEX triplet: B6, 0F and DA. RGB value is (182,15,218). Sum of RGB (Red+Green+Blue) = 182+15+218=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #B60FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FDA is #49F025. Grayscale: #575757. Windows color (decimal): -4845606 or 14290870. OLE color: 14290870.
HSL color Cylindrical-coordinate representation of color #B60FDA: hue angle of 289.36º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60FDA is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 15 | 218 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.15 |
| HSL | 289.36º | 0.87% | 0.46% | - |
| HSV(B) | 289.36º | 0.93% | 0.85% | - |
| XYZ | 32.12 | 15.35 | 67.6 | - |
| YUV | 88.08 | 201.33 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 218 | 0.17 | 0.93 | 0 | 0.15 | 289.36 | 0.87 | 0.46 |
| Hex | B6 | F | DA | 11 | 5D | 0 | F | 121 | 57 | 2E |
| Octal | 266 | 17 | 332 | 21 | 135 | 0 | 17 | 441 | 127 | 56 |
| Binary | 10110110 | 1111 | 11011010 | 10001 | 1011101 | 0 | 1111 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B60FDA
Complementary color
Monochromatic Colors of #B60FDA
Black with #B60FDA
Text Example
Text Example
White with #B60FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FDA; }
p { color: rgb(182,15,218); }
H1.HeaderClassName
{
color: #B60FDA;
}
.AnyTagClassName
{
color: #B60FDA;
}
</style>
background-color css
<style>
a { background-color: #B60FDA; }
a { background-color: rgb(182,15,218); }
div.DivClassName
{
background-color: #B60FDA;
}
.BgClassName
{
background-color: #B60FDA;
}
</style>
border-color css
<style>
span { border-color: #B60FDA; }
span { border-color: rgb(182,15,218); }
td.TdClassName
{
border-color: #B60FDA;
}
.TagClassName
{
border-color: #B60FDA;
}
</style>