Shades of Medium Violet Red #B00C85
Tints of Medium Violet Red #B00C85
RGB
CMYK
RGB Variations
Color information
#B00C85 (or 0xB00C85) is known color: Medium Violet Red. HEX triplet: B0, 0C and 85. RGB value is (176,12,133). Sum of RGB (Red+Green+Blue) = 176+12+133=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C85 is #4FF37A. Grayscale: #4A4A4A. Windows color (decimal): -5239675 or 8719536. OLE color: 8719536.
HSL color Cylindrical-coordinate representation of color #B00C85: hue angle of 315.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C85 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 12 | 133 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.31 |
| HSL | 315.73º | 0.87% | 0.37% | - |
| HSV(B) | 315.73º | 0.93% | 0.69% | - |
| XYZ | 22.27 | 11.19 | 23.18 | - |
| YUV | 74.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 12 | 133 | 0 | 0.93 | 0.24 | 0.31 | 315.73 | 0.87 | 0.37 |
| Hex | B0 | C | 85 | 0 | 5D | 18 | 1F | 13C | 57 | 25 |
| Octal | 260 | 14 | 205 | 0 | 135 | 30 | 37 | 474 | 127 | 45 |
| Binary | 10110000 | 1100 | 10000101 | 0 | 1011101 | 11000 | 11111 | 100111100 | 1010111 | 100101 |
Color Harmonies of #B00C85
Complementary color
Monochromatic Colors of #B00C85
Black with #B00C85
Text Example
Text Example
White with #B00C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00C85; }
p { color: rgb(176,12,133); }
H1.HeaderClassName
{
color: #B00C85;
}
.AnyTagClassName
{
color: #B00C85;
}
</style>
background-color css
<style>
a { background-color: #B00C85; }
a { background-color: rgb(176,12,133); }
div.DivClassName
{
background-color: #B00C85;
}
.BgClassName
{
background-color: #B00C85;
}
</style>
border-color css
<style>
span { border-color: #B00C85; }
span { border-color: rgb(176,12,133); }
td.TdClassName
{
border-color: #B00C85;
}
.TagClassName
{
border-color: #B00C85;
}
</style>