Shades of Deep Magenta #B60FCF
Tints of Deep Magenta #B60FCF
RGB
CMYK
RGB Variations
Color information
#B60FCF (or 0xB60FCF) is known color: Deep Magenta. HEX triplet: B6, 0F and CF. RGB value is (182,15,207). Sum of RGB (Red+Green+Blue) = 182+15+207=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B60FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60FCF is #49F030. Grayscale: #565656. Windows color (decimal): -4845617 or 13569974. OLE color: 13569974.
HSL color Cylindrical-coordinate representation of color #B60FCF: hue angle of 292.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60FCF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 15 | 207 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.19 |
| HSL | 292.19º | 0.86% | 0.44% | - |
| HSV(B) | 292.19º | 0.93% | 0.81% | - |
| XYZ | 30.72 | 14.79 | 60.27 | - |
| YUV | 86.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 207 | 0.12 | 0.93 | 0 | 0.19 | 292.19 | 0.86 | 0.44 |
| Hex | B6 | F | CF | C | 5D | 0 | 13 | 124 | 56 | 2C |
| Octal | 266 | 17 | 317 | 14 | 135 | 0 | 23 | 444 | 126 | 54 |
| Binary | 10110110 | 1111 | 11001111 | 1100 | 1011101 | 0 | 10011 | 100100100 | 1010110 | 101100 |
Color Harmonies of #B60FCF
Complementary color
Monochromatic Colors of #B60FCF
Black with #B60FCF
Text Example
Text Example
White with #B60FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FCF; }
p { color: rgb(182,15,207); }
H1.HeaderClassName
{
color: #B60FCF;
}
.AnyTagClassName
{
color: #B60FCF;
}
</style>
background-color css
<style>
a { background-color: #B60FCF; }
a { background-color: rgb(182,15,207); }
div.DivClassName
{
background-color: #B60FCF;
}
.BgClassName
{
background-color: #B60FCF;
}
</style>
border-color css
<style>
span { border-color: #B60FCF; }
span { border-color: rgb(182,15,207); }
td.TdClassName
{
border-color: #B60FCF;
}
.TagClassName
{
border-color: #B60FCF;
}
</style>