Shades of Deep Magenta #B60CCF
Tints of Deep Magenta #B60CCF
RGB
CMYK
RGB Variations
Color information
#B60CCF (or 0xB60CCF) is known color: Deep Magenta. HEX triplet: B6, 0C and CF. RGB value is (182,12,207). Sum of RGB (Red+Green+Blue) = 182+12+207=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #B60CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CCF is #49F330. Grayscale: #545454. Windows color (decimal): -4846385 or 13569206. OLE color: 13569206.
HSL color Cylindrical-coordinate representation of color #B60CCF: hue angle of 292.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CCF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 12 | 207 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.19 |
| HSL | 292.31º | 0.89% | 0.43% | - |
| HSV(B) | 292.31º | 0.94% | 0.81% | - |
| XYZ | 30.69 | 14.71 | 60.25 | - |
| YUV | 85.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 207 | 0.12 | 0.94 | 0 | 0.19 | 292.31 | 0.89 | 0.43 |
| Hex | B6 | C | CF | C | 5E | 0 | 13 | 124 | 59 | 2B |
| Octal | 266 | 14 | 317 | 14 | 136 | 0 | 23 | 444 | 131 | 53 |
| Binary | 10110110 | 1100 | 11001111 | 1100 | 1011110 | 0 | 10011 | 100100100 | 1011001 | 101011 |
Color Harmonies of #B60CCF
Complementary color
Monochromatic Colors of #B60CCF
Black with #B60CCF
Text Example
Text Example
White with #B60CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CCF; }
p { color: rgb(182,12,207); }
H1.HeaderClassName
{
color: #B60CCF;
}
.AnyTagClassName
{
color: #B60CCF;
}
</style>
background-color css
<style>
a { background-color: #B60CCF; }
a { background-color: rgb(182,12,207); }
div.DivClassName
{
background-color: #B60CCF;
}
.BgClassName
{
background-color: #B60CCF;
}
</style>
border-color css
<style>
span { border-color: #B60CCF; }
span { border-color: rgb(182,12,207); }
td.TdClassName
{
border-color: #B60CCF;
}
.TagClassName
{
border-color: #B60CCF;
}
</style>