Shades of Medium Violet Red #B60BA4
Tints of Medium Violet Red #B60BA4
RGB
CMYK
RGB Variations
Color information
#B60BA4 (or 0xB60BA4) is known color: Medium Violet Red. HEX triplet: B6, 0B and A4. RGB value is (182,11,164). Sum of RGB (Red+Green+Blue) = 182+11+164=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA4 is #49F45B. Grayscale: #4F4F4F. Windows color (decimal): -4846684 or 10750902. OLE color: 10750902.
HSL color Cylindrical-coordinate representation of color #B60BA4: hue angle of 306.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.29 |
| HSL | 306.32º | 0.89% | 0.38% | - |
| HSV(B) | 306.32º | 0.94% | 0.71% | - |
| XYZ | 26.11 | 12.86 | 36.23 | - |
| YUV | 79.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 164 | 0 | 0.94 | 0.10 | 0.29 | 306.32 | 0.89 | 0.38 |
| Hex | B6 | B | A4 | 0 | 5E | A | 1D | 132 | 59 | 26 |
| Octal | 266 | 13 | 244 | 0 | 136 | 12 | 35 | 462 | 131 | 46 |
| Binary | 10110110 | 1011 | 10100100 | 0 | 1011110 | 1010 | 11101 | 100110010 | 1011001 | 100110 |
Color Harmonies of #B60BA4
Complementary color
Monochromatic Colors of #B60BA4
Black with #B60BA4
Text Example
Text Example
White with #B60BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BA4; }
p { color: rgb(182,11,164); }
H1.HeaderClassName
{
color: #B60BA4;
}
.AnyTagClassName
{
color: #B60BA4;
}
</style>
background-color css
<style>
a { background-color: #B60BA4; }
a { background-color: rgb(182,11,164); }
div.DivClassName
{
background-color: #B60BA4;
}
.BgClassName
{
background-color: #B60BA4;
}
</style>
border-color css
<style>
span { border-color: #B60BA4; }
span { border-color: rgb(182,11,164); }
td.TdClassName
{
border-color: #B60BA4;
}
.TagClassName
{
border-color: #B60BA4;
}
</style>