Shades of Medium Violet Red #B60CA4
Tints of Medium Violet Red #B60CA4
RGB
CMYK
RGB Variations
Color information
#B60CA4 (or 0xB60CA4) is known color: Medium Violet Red. HEX triplet: B6, 0C and A4. RGB value is (182,12,164). Sum of RGB (Red+Green+Blue) = 182+12+164=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B60CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60CA4 is #49F35B. Grayscale: #4F4F4F. Windows color (decimal): -4846428 or 10751158. OLE color: 10751158.
HSL color Cylindrical-coordinate representation of color #B60CA4: hue angle of 306.35º 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 #B60CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 164 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.29 |
| HSL | 306.35º | 0.88% | 0.38% | - |
| HSV(B) | 306.35º | 0.93% | 0.71% | - |
| XYZ | 26.12 | 12.89 | 36.23 | - |
| YUV | 80.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 164 | 0 | 0.93 | 0.10 | 0.29 | 306.35 | 0.88 | 0.38 |
| Hex | B6 | C | A4 | 0 | 5D | A | 1D | 132 | 58 | 26 |
| Octal | 266 | 14 | 244 | 0 | 135 | 12 | 35 | 462 | 130 | 46 |
| Binary | 10110110 | 1100 | 10100100 | 0 | 1011101 | 1010 | 11101 | 100110010 | 1011000 | 100110 |
Color Harmonies of #B60CA4
Complementary color
Monochromatic Colors of #B60CA4
Black with #B60CA4
Text Example
Text Example
White with #B60CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CA4; }
p { color: rgb(182,12,164); }
H1.HeaderClassName
{
color: #B60CA4;
}
.AnyTagClassName
{
color: #B60CA4;
}
</style>
background-color css
<style>
a { background-color: #B60CA4; }
a { background-color: rgb(182,12,164); }
div.DivClassName
{
background-color: #B60CA4;
}
.BgClassName
{
background-color: #B60CA4;
}
</style>
border-color css
<style>
span { border-color: #B60CA4; }
span { border-color: rgb(182,12,164); }
td.TdClassName
{
border-color: #B60CA4;
}
.TagClassName
{
border-color: #B60CA4;
}
</style>