Shades of Medium Violet Red #B60193
Tints of Medium Violet Red #B60193
RGB
CMYK
RGB Variations
Color information
#B60193 (or 0xB60193) is known color: Medium Violet Red. HEX triplet: B6, 01 and 93. RGB value is (182,1,147). Sum of RGB (Red+Green+Blue) = 182+1+147=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B60193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60193 is #49FE6C. Grayscale: #474747. Windows color (decimal): -4849261 or 9634230. OLE color: 9634230.
HSL color Cylindrical-coordinate representation of color #B60193: hue angle of 311.6º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60193 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 147 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.29 |
| HSL | 311.6º | 0.99% | 0.36% | - |
| HSV(B) | 311.6º | 0.99% | 0.71% | - |
| XYZ | 24.57 | 12.07 | 28.64 | - |
| YUV | 71.76 | 170.47 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 147 | 0 | 0.99 | 0.19 | 0.29 | 311.6 | 0.99 | 0.36 |
| Hex | B6 | 1 | 93 | 0 | 63 | 13 | 1D | 138 | 63 | 24 |
| Octal | 266 | 1 | 223 | 0 | 143 | 23 | 35 | 470 | 143 | 44 |
| Binary | 10110110 | 1 | 10010011 | 0 | 1100011 | 10011 | 11101 | 100111000 | 1100011 | 100100 |
Color Harmonies of #B60193
Complementary color
Monochromatic Colors of #B60193
Black with #B60193
Text Example
Text Example
White with #B60193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60193; }
p { color: rgb(182,1,147); }
H1.HeaderClassName
{
color: #B60193;
}
.AnyTagClassName
{
color: #B60193;
}
</style>
background-color css
<style>
a { background-color: #B60193; }
a { background-color: rgb(182,1,147); }
div.DivClassName
{
background-color: #B60193;
}
.BgClassName
{
background-color: #B60193;
}
</style>
border-color css
<style>
span { border-color: #B60193; }
span { border-color: rgb(182,1,147); }
td.TdClassName
{
border-color: #B60193;
}
.TagClassName
{
border-color: #B60193;
}
</style>