Shades of Medium Violet Red #B00F85
Tints of Medium Violet Red #B00F85
RGB
CMYK
RGB Variations
Color information
#B00F85 (or 0xB00F85) is known color: Medium Violet Red. HEX triplet: B0, 0F and 85. RGB value is (176,15,133). Sum of RGB (Red+Green+Blue) = 176+15+133=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00F85 is #4FF07A. Grayscale: #4C4C4C. Windows color (decimal): -5238907 or 8720304. OLE color: 8720304.
HSL color Cylindrical-coordinate representation of color #B00F85: hue angle of 316.02º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F85 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 15 | 133 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.31 |
| HSL | 316.02º | 0.84% | 0.37% | - |
| HSV(B) | 316.02º | 0.91% | 0.69% | - |
| XYZ | 22.31 | 11.27 | 23.19 | - |
| YUV | 76.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 133 | 0 | 0.91 | 0.24 | 0.31 | 316.02 | 0.84 | 0.37 |
| Hex | B0 | F | 85 | 0 | 5B | 18 | 1F | 13C | 54 | 25 |
| Octal | 260 | 17 | 205 | 0 | 133 | 30 | 37 | 474 | 124 | 45 |
| Binary | 10110000 | 1111 | 10000101 | 0 | 1011011 | 11000 | 11111 | 100111100 | 1010100 | 100101 |
Color Harmonies of #B00F85
Complementary color
Monochromatic Colors of #B00F85
Black with #B00F85
Text Example
Text Example
White with #B00F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00F85; }
p { color: rgb(176,15,133); }
H1.HeaderClassName
{
color: #B00F85;
}
.AnyTagClassName
{
color: #B00F85;
}
</style>
background-color css
<style>
a { background-color: #B00F85; }
a { background-color: rgb(176,15,133); }
div.DivClassName
{
background-color: #B00F85;
}
.BgClassName
{
background-color: #B00F85;
}
</style>
border-color css
<style>
span { border-color: #B00F85; }
span { border-color: rgb(176,15,133); }
td.TdClassName
{
border-color: #B00F85;
}
.TagClassName
{
border-color: #B00F85;
}
</style>