Shades of Medium Violet Red #B60880
Tints of Medium Violet Red #B60880
RGB
CMYK
RGB Variations
Color information
#B60880 (or 0xB60880) is known color: Medium Violet Red. HEX triplet: B6, 08 and 80. RGB value is (182,8,128). Sum of RGB (Red+Green+Blue) = 182+8+128=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B60880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60880 is #49F77F. Grayscale: #494949. Windows color (decimal): -4847488 or 8390838. OLE color: 8390838.
HSL color Cylindrical-coordinate representation of color #B60880: hue angle of 318.62º 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 #B60880 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.29 |
| HSL | 318.62º | 0.92% | 0.37% | - |
| HSV(B) | 318.62º | 0.96% | 0.71% | - |
| XYZ | 23.27 | 11.68 | 21.45 | - |
| YUV | 73.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 128 | 0 | 0.96 | 0.30 | 0.29 | 318.62 | 0.92 | 0.37 |
| Hex | B6 | 8 | 80 | 0 | 60 | 1E | 1D | 13F | 5C | 25 |
| Octal | 266 | 10 | 200 | 0 | 140 | 36 | 35 | 477 | 134 | 45 |
| Binary | 10110110 | 1000 | 10000000 | 0 | 1100000 | 11110 | 11101 | 100111111 | 1011100 | 100101 |
Color Harmonies of #B60880
Complementary color
Monochromatic Colors of #B60880
Black with #B60880
Text Example
Text Example
White with #B60880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60880; }
p { color: rgb(182,8,128); }
H1.HeaderClassName
{
color: #B60880;
}
.AnyTagClassName
{
color: #B60880;
}
</style>
background-color css
<style>
a { background-color: #B60880; }
a { background-color: rgb(182,8,128); }
div.DivClassName
{
background-color: #B60880;
}
.BgClassName
{
background-color: #B60880;
}
</style>
border-color css
<style>
span { border-color: #B60880; }
span { border-color: rgb(182,8,128); }
td.TdClassName
{
border-color: #B60880;
}
.TagClassName
{
border-color: #B60880;
}
</style>