Shades of Deep Magenta #B60CBC
Tints of Deep Magenta #B60CBC
RGB
CMYK
RGB Variations
Color information
#B60CBC (or 0xB60CBC) is known color: Deep Magenta. HEX triplet: B6, 0C and BC. RGB value is (182,12,188). Sum of RGB (Red+Green+Blue) = 182+12+188=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #B60CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CBC is #49F343. Grayscale: #525252. Windows color (decimal): -4846404 or 12324022. OLE color: 12324022.
HSL color Cylindrical-coordinate representation of color #B60CBC: hue angle of 297.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CBC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 12 | 188 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.26 |
| HSL | 297.95º | 0.88% | 0.39% | - |
| HSV(B) | 297.95º | 0.94% | 0.74% | - |
| XYZ | 28.5 | 13.84 | 48.75 | - |
| YUV | 82.89 | 187.32 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 188 | 0.03 | 0.94 | 0 | 0.26 | 297.95 | 0.88 | 0.39 |
| Hex | B6 | C | BC | 3 | 5E | 0 | 1A | 12A | 58 | 27 |
| Octal | 266 | 14 | 274 | 3 | 136 | 0 | 32 | 452 | 130 | 47 |
| Binary | 10110110 | 1100 | 10111100 | 11 | 1011110 | 0 | 11010 | 100101010 | 1011000 | 100111 |
Color Harmonies of #B60CBC
Complementary color
Monochromatic Colors of #B60CBC
Black with #B60CBC
Text Example
Text Example
White with #B60CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CBC; }
p { color: rgb(182,12,188); }
H1.HeaderClassName
{
color: #B60CBC;
}
.AnyTagClassName
{
color: #B60CBC;
}
</style>
background-color css
<style>
a { background-color: #B60CBC; }
a { background-color: rgb(182,12,188); }
div.DivClassName
{
background-color: #B60CBC;
}
.BgClassName
{
background-color: #B60CBC;
}
</style>
border-color css
<style>
span { border-color: #B60CBC; }
span { border-color: rgb(182,12,188); }
td.TdClassName
{
border-color: #B60CBC;
}
.TagClassName
{
border-color: #B60CBC;
}
</style>