Shades of Deep Magenta #B60CBA
Tints of Deep Magenta #B60CBA
RGB
CMYK
RGB Variations
Color information
#B60CBA (or 0xB60CBA) is known color: Deep Magenta. HEX triplet: B6, 0C and BA. RGB value is (182,12,186). Sum of RGB (Red+Green+Blue) = 182+12+186=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #B60CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CBA is #49F345. Grayscale: #525252. Windows color (decimal): -4846406 or 12192950. OLE color: 12192950.
HSL color Cylindrical-coordinate representation of color #B60CBA: hue angle of 298.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CBA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 12 | 186 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.27 |
| HSL | 298.62º | 0.88% | 0.39% | - |
| HSV(B) | 298.62º | 0.94% | 0.73% | - |
| XYZ | 28.29 | 13.75 | 47.62 | - |
| YUV | 82.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 186 | 0.02 | 0.94 | 0 | 0.27 | 298.62 | 0.88 | 0.39 |
| Hex | B6 | C | BA | 2 | 5E | 0 | 1B | 12B | 58 | 27 |
| Octal | 266 | 14 | 272 | 2 | 136 | 0 | 33 | 453 | 130 | 47 |
| Binary | 10110110 | 1100 | 10111010 | 10 | 1011110 | 0 | 11011 | 100101011 | 1011000 | 100111 |
Color Harmonies of #B60CBA
Complementary color
Monochromatic Colors of #B60CBA
Black with #B60CBA
Text Example
Text Example
White with #B60CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CBA; }
p { color: rgb(182,12,186); }
H1.HeaderClassName
{
color: #B60CBA;
}
.AnyTagClassName
{
color: #B60CBA;
}
</style>
background-color css
<style>
a { background-color: #B60CBA; }
a { background-color: rgb(182,12,186); }
div.DivClassName
{
background-color: #B60CBA;
}
.BgClassName
{
background-color: #B60CBA;
}
</style>
border-color css
<style>
span { border-color: #B60CBA; }
span { border-color: rgb(182,12,186); }
td.TdClassName
{
border-color: #B60CBA;
}
.TagClassName
{
border-color: #B60CBA;
}
</style>