Shades of Medium Violet Red #B60095
Tints of Medium Violet Red #B60095
RGB
CMYK
RGB Variations
Color information
#B60095 (or 0xB60095) is known color: Medium Violet Red. HEX triplet: B6, 00 and 95. RGB value is (182,0,149). Sum of RGB (Red+Green+Blue) = 182+0+149=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B60095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60095 is #49FF6A. Grayscale: #464646. Windows color (decimal): -4849515 or 9765046. OLE color: 9765046.
HSL color Cylindrical-coordinate representation of color #B60095: hue angle of 310.88º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60095 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.18 | 0.29 |
| HSL | 310.88º | 1% | 0.36% | - |
| HSV(B) | 310.88º | 1% | 0.71% | - |
| XYZ | 24.72 | 12.12 | 29.47 | - |
| YUV | 71.4 | 171.8 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 0 | 149 | 0 | 1 | 0.18 | 0.29 | 310.88 | 1 | 0.36 |
| Hex | B6 | 0 | 95 | 0 | 64 | 12 | 1D | 137 | 64 | 24 |
| Octal | 266 | 0 | 225 | 0 | 144 | 22 | 35 | 467 | 144 | 44 |
| Binary | 10110110 | 0 | 10010101 | 0 | 1100100 | 10010 | 11101 | 100110111 | 1100100 | 100100 |
Color Harmonies of #B60095
Complementary color
Monochromatic Colors of #B60095
Black with #B60095
Text Example
Text Example
White with #B60095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60095; }
p { color: rgb(182,0,149); }
H1.HeaderClassName
{
color: #B60095;
}
.AnyTagClassName
{
color: #B60095;
}
</style>
background-color css
<style>
a { background-color: #B60095; }
a { background-color: rgb(182,0,149); }
div.DivClassName
{
background-color: #B60095;
}
.BgClassName
{
background-color: #B60095;
}
</style>
border-color css
<style>
span { border-color: #B60095; }
span { border-color: rgb(182,0,149); }
td.TdClassName
{
border-color: #B60095;
}
.TagClassName
{
border-color: #B60095;
}
</style>