Shades of Medium Violet Red #B60C9A
Tints of Medium Violet Red #B60C9A
RGB
CMYK
RGB Variations
Color information
#B60C9A (or 0xB60C9A) is known color: Medium Violet Red. HEX triplet: B6, 0C and 9A. RGB value is (182,12,154). Sum of RGB (Red+Green+Blue) = 182+12+154=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C9A is #49F365. Grayscale: #4E4E4E. Windows color (decimal): -4846438 or 10095798. OLE color: 10095798.
HSL color Cylindrical-coordinate representation of color #B60C9A: hue angle of 309.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C9A is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 154 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.29 |
| HSL | 309.88º | 0.88% | 0.38% | - |
| HSV(B) | 309.88º | 0.93% | 0.71% | - |
| XYZ | 25.26 | 12.54 | 31.66 | - |
| YUV | 79.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 154 | 0 | 0.93 | 0.15 | 0.29 | 309.88 | 0.88 | 0.38 |
| Hex | B6 | C | 9A | 0 | 5D | F | 1D | 136 | 58 | 26 |
| Octal | 266 | 14 | 232 | 0 | 135 | 17 | 35 | 466 | 130 | 46 |
| Binary | 10110110 | 1100 | 10011010 | 0 | 1011101 | 1111 | 11101 | 100110110 | 1011000 | 100110 |
Color Harmonies of #B60C9A
Complementary color
Monochromatic Colors of #B60C9A
Black with #B60C9A
Text Example
Text Example
White with #B60C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C9A; }
p { color: rgb(182,12,154); }
H1.HeaderClassName
{
color: #B60C9A;
}
.AnyTagClassName
{
color: #B60C9A;
}
</style>
background-color css
<style>
a { background-color: #B60C9A; }
a { background-color: rgb(182,12,154); }
div.DivClassName
{
background-color: #B60C9A;
}
.BgClassName
{
background-color: #B60C9A;
}
</style>
border-color css
<style>
span { border-color: #B60C9A; }
span { border-color: rgb(182,12,154); }
td.TdClassName
{
border-color: #B60C9A;
}
.TagClassName
{
border-color: #B60C9A;
}
</style>