Shades of Medium Violet Red #B60881
Tints of Medium Violet Red #B60881
RGB
CMYK
RGB Variations
Color information
#B60881 (or 0xB60881) is known color: Medium Violet Red. HEX triplet: B6, 08 and 81. RGB value is (182,8,129). Sum of RGB (Red+Green+Blue) = 182+8+129=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B60881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60881 is #49F77E. Grayscale: #494949. Windows color (decimal): -4847487 or 8456374. OLE color: 8456374.
HSL color Cylindrical-coordinate representation of color #B60881: hue angle of 318.28º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60881 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.29 |
| HSL | 318.28º | 0.92% | 0.37% | - |
| HSV(B) | 318.28º | 0.96% | 0.71% | - |
| XYZ | 23.34 | 11.7 | 21.8 | - |
| YUV | 73.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 129 | 0 | 0.96 | 0.29 | 0.29 | 318.28 | 0.92 | 0.37 |
| Hex | B6 | 8 | 81 | 0 | 60 | 1D | 1D | 13E | 5C | 25 |
| Octal | 266 | 10 | 201 | 0 | 140 | 35 | 35 | 476 | 134 | 45 |
| Binary | 10110110 | 1000 | 10000001 | 0 | 1100000 | 11101 | 11101 | 100111110 | 1011100 | 100101 |
Color Harmonies of #B60881
Complementary color
Monochromatic Colors of #B60881
Black with #B60881
Text Example
Text Example
White with #B60881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60881; }
p { color: rgb(182,8,129); }
H1.HeaderClassName
{
color: #B60881;
}
.AnyTagClassName
{
color: #B60881;
}
</style>
background-color css
<style>
a { background-color: #B60881; }
a { background-color: rgb(182,8,129); }
div.DivClassName
{
background-color: #B60881;
}
.BgClassName
{
background-color: #B60881;
}
</style>
border-color css
<style>
span { border-color: #B60881; }
span { border-color: rgb(182,8,129); }
td.TdClassName
{
border-color: #B60881;
}
.TagClassName
{
border-color: #B60881;
}
</style>