Shades of Medium Violet Red #B60183
Tints of Medium Violet Red #B60183
RGB
CMYK
RGB Variations
Color information
#B60183 (or 0xB60183) is known color: Medium Violet Red. HEX triplet: B6, 01 and 83. RGB value is (182,1,131). Sum of RGB (Red+Green+Blue) = 182+1+131=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B60183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60183 is #49FE7C. Grayscale: #454545. Windows color (decimal): -4849277 or 8585654. OLE color: 8585654.
HSL color Cylindrical-coordinate representation of color #B60183: hue angle of 316.91º 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 #B60183 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.29 |
| HSL | 316.91º | 0.99% | 0.36% | - |
| HSV(B) | 316.91º | 0.99% | 0.71% | - |
| XYZ | 23.4 | 11.61 | 22.48 | - |
| YUV | 69.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 131 | 0 | 0.99 | 0.28 | 0.29 | 316.91 | 0.99 | 0.36 |
| Hex | B6 | 1 | 83 | 0 | 63 | 1C | 1D | 13D | 63 | 24 |
| Octal | 266 | 1 | 203 | 0 | 143 | 34 | 35 | 475 | 143 | 44 |
| Binary | 10110110 | 1 | 10000011 | 0 | 1100011 | 11100 | 11101 | 100111101 | 1100011 | 100100 |
Color Harmonies of #B60183
Complementary color
Monochromatic Colors of #B60183
Black with #B60183
Text Example
Text Example
White with #B60183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60183; }
p { color: rgb(182,1,131); }
H1.HeaderClassName
{
color: #B60183;
}
.AnyTagClassName
{
color: #B60183;
}
</style>
background-color css
<style>
a { background-color: #B60183; }
a { background-color: rgb(182,1,131); }
div.DivClassName
{
background-color: #B60183;
}
.BgClassName
{
background-color: #B60183;
}
</style>
border-color css
<style>
span { border-color: #B60183; }
span { border-color: rgb(182,1,131); }
td.TdClassName
{
border-color: #B60183;
}
.TagClassName
{
border-color: #B60183;
}
</style>