Shades of Medium Violet Red #B60D8B
Tints of Medium Violet Red #B60D8B
RGB
CMYK
RGB Variations
Color information
#B60D8B (or 0xB60D8B) is known color: Medium Violet Red. HEX triplet: B6, 0D and 8B. RGB value is (182,13,139). Sum of RGB (Red+Green+Blue) = 182+13+139=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8B is #49F274. Grayscale: #4D4D4D. Windows color (decimal): -4846197 or 9113014. OLE color: 9113014.
HSL color Cylindrical-coordinate representation of color #B60D8B: hue angle of 315.27º degrees, saturation: 0.87, 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 #B60D8B is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 139 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.29 |
| HSL | 315.27º | 0.87% | 0.38% | - |
| HSV(B) | 315.27º | 0.93% | 0.71% | - |
| XYZ | 24.1 | 12.1 | 25.49 | - |
| YUV | 77.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 139 | 0 | 0.93 | 0.24 | 0.29 | 315.27 | 0.87 | 0.38 |
| Hex | B6 | D | 8B | 0 | 5D | 18 | 1D | 13B | 57 | 26 |
| Octal | 266 | 15 | 213 | 0 | 135 | 30 | 35 | 473 | 127 | 46 |
| Binary | 10110110 | 1101 | 10001011 | 0 | 1011101 | 11000 | 11101 | 100111011 | 1010111 | 100110 |
Color Harmonies of #B60D8B
Complementary color
Monochromatic Colors of #B60D8B
Black with #B60D8B
Text Example
Text Example
White with #B60D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D8B; }
p { color: rgb(182,13,139); }
H1.HeaderClassName
{
color: #B60D8B;
}
.AnyTagClassName
{
color: #B60D8B;
}
</style>
background-color css
<style>
a { background-color: #B60D8B; }
a { background-color: rgb(182,13,139); }
div.DivClassName
{
background-color: #B60D8B;
}
.BgClassName
{
background-color: #B60D8B;
}
</style>
border-color css
<style>
span { border-color: #B60D8B; }
span { border-color: rgb(182,13,139); }
td.TdClassName
{
border-color: #B60D8B;
}
.TagClassName
{
border-color: #B60D8B;
}
</style>