Shades of Medium Violet Red #B60592
Tints of Medium Violet Red #B60592
RGB
CMYK
RGB Variations
Color information
#B60592 (or 0xB60592) is known color: Medium Violet Red. HEX triplet: B6, 05 and 92. RGB value is (182,5,146). Sum of RGB (Red+Green+Blue) = 182+5+146=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B60592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60592 is #49FA6D. Grayscale: #494949. Windows color (decimal): -4848238 or 9569718. OLE color: 9569718.
HSL color Cylindrical-coordinate representation of color #B60592: hue angle of 312.2º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60592 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.29 |
| HSL | 312.2º | 0.95% | 0.37% | - |
| HSV(B) | 312.2º | 0.97% | 0.71% | - |
| XYZ | 24.53 | 12.13 | 28.24 | - |
| YUV | 74 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 5 | 146 | 0 | 0.97 | 0.20 | 0.29 | 312.2 | 0.95 | 0.37 |
| Hex | B6 | 5 | 92 | 0 | 61 | 14 | 1D | 138 | 5F | 25 |
| Octal | 266 | 5 | 222 | 0 | 141 | 24 | 35 | 470 | 137 | 45 |
| Binary | 10110110 | 101 | 10010010 | 0 | 1100001 | 10100 | 11101 | 100111000 | 1011111 | 100101 |
Color Harmonies of #B60592
Complementary color
Monochromatic Colors of #B60592
Black with #B60592
Text Example
Text Example
White with #B60592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60592; }
p { color: rgb(182,5,146); }
H1.HeaderClassName
{
color: #B60592;
}
.AnyTagClassName
{
color: #B60592;
}
</style>
background-color css
<style>
a { background-color: #B60592; }
a { background-color: rgb(182,5,146); }
div.DivClassName
{
background-color: #B60592;
}
.BgClassName
{
background-color: #B60592;
}
</style>
border-color css
<style>
span { border-color: #B60592; }
span { border-color: rgb(182,5,146); }
td.TdClassName
{
border-color: #B60592;
}
.TagClassName
{
border-color: #B60592;
}
</style>