Shades of Medium Violet Red #B60FA3
Tints of Medium Violet Red #B60FA3
RGB
CMYK
RGB Variations
Color information
#B60FA3 (or 0xB60FA3) is known color: Medium Violet Red. HEX triplet: B6, 0F and A3. RGB value is (182,15,163). Sum of RGB (Red+Green+Blue) = 182+15+163=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B60FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60FA3 is #49F05C. Grayscale: #515151. Windows color (decimal): -4845661 or 10686390. OLE color: 10686390.
HSL color Cylindrical-coordinate representation of color #B60FA3: hue angle of 306.83º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.29 |
| HSL | 306.83º | 0.85% | 0.39% | - |
| HSV(B) | 306.83º | 0.92% | 0.71% | - |
| XYZ | 26.07 | 12.93 | 35.77 | - |
| YUV | 81.81 | 173.83 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 163 | 0 | 0.92 | 0.10 | 0.29 | 306.83 | 0.85 | 0.39 |
| Hex | B6 | F | A3 | 0 | 5C | A | 1D | 133 | 55 | 27 |
| Octal | 266 | 17 | 243 | 0 | 134 | 12 | 35 | 463 | 125 | 47 |
| Binary | 10110110 | 1111 | 10100011 | 0 | 1011100 | 1010 | 11101 | 100110011 | 1010101 | 100111 |
Color Harmonies of #B60FA3
Complementary color
Monochromatic Colors of #B60FA3
Black with #B60FA3
Text Example
Text Example
White with #B60FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FA3; }
p { color: rgb(182,15,163); }
H1.HeaderClassName
{
color: #B60FA3;
}
.AnyTagClassName
{
color: #B60FA3;
}
</style>
background-color css
<style>
a { background-color: #B60FA3; }
a { background-color: rgb(182,15,163); }
div.DivClassName
{
background-color: #B60FA3;
}
.BgClassName
{
background-color: #B60FA3;
}
</style>
border-color css
<style>
span { border-color: #B60FA3; }
span { border-color: rgb(182,15,163); }
td.TdClassName
{
border-color: #B60FA3;
}
.TagClassName
{
border-color: #B60FA3;
}
</style>