Shades of Medium Violet Red #B60181
Tints of Medium Violet Red #B60181
RGB
CMYK
RGB Variations
Color information
#B60181 (or 0xB60181) is known color: Medium Violet Red. HEX triplet: B6, 01 and 81. RGB value is (182,1,129). Sum of RGB (Red+Green+Blue) = 182+1+129=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B60181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60181 is #49FE7E. Grayscale: #454545. Windows color (decimal): -4849279 or 8454582. OLE color: 8454582.
HSL color Cylindrical-coordinate representation of color #B60181: hue angle of 317.57º 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 #B60181 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.29 |
| HSL | 317.57º | 0.99% | 0.36% | - |
| HSV(B) | 317.57º | 0.99% | 0.71% | - |
| XYZ | 23.26 | 11.55 | 21.77 | - |
| YUV | 69.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 129 | 0 | 0.99 | 0.29 | 0.29 | 317.57 | 0.99 | 0.36 |
| Hex | B6 | 1 | 81 | 0 | 63 | 1D | 1D | 13E | 63 | 24 |
| Octal | 266 | 1 | 201 | 0 | 143 | 35 | 35 | 476 | 143 | 44 |
| Binary | 10110110 | 1 | 10000001 | 0 | 1100011 | 11101 | 11101 | 100111110 | 1100011 | 100100 |
Color Harmonies of #B60181
Complementary color
Monochromatic Colors of #B60181
Black with #B60181
Text Example
Text Example
White with #B60181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60181; }
p { color: rgb(182,1,129); }
H1.HeaderClassName
{
color: #B60181;
}
.AnyTagClassName
{
color: #B60181;
}
</style>
background-color css
<style>
a { background-color: #B60181; }
a { background-color: rgb(182,1,129); }
div.DivClassName
{
background-color: #B60181;
}
.BgClassName
{
background-color: #B60181;
}
</style>
border-color css
<style>
span { border-color: #B60181; }
span { border-color: rgb(182,1,129); }
td.TdClassName
{
border-color: #B60181;
}
.TagClassName
{
border-color: #B60181;
}
</style>