Shades of Medium Violet Red #B00B8F
Tints of Medium Violet Red #B00B8F
RGB
CMYK
RGB Variations
Color information
#B00B8F (or 0xB00B8F) is known color: Medium Violet Red. HEX triplet: B0, 0B and 8F. RGB value is (176,11,143). Sum of RGB (Red+Green+Blue) = 176+11+143=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00B8F is #4FF470. Grayscale: #4B4B4B. Windows color (decimal): -5239921 or 9374640. OLE color: 9374640.
HSL color Cylindrical-coordinate representation of color #B00B8F: hue angle of 312º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00B8F is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 11 | 143 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.31 |
| HSL | 312º | 0.88% | 0.37% | - |
| HSV(B) | 312º | 0.94% | 0.69% | - |
| XYZ | 22.98 | 11.45 | 26.99 | - |
| YUV | 75.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 11 | 143 | 0 | 0.94 | 0.19 | 0.31 | 312 | 0.88 | 0.37 |
| Hex | B0 | B | 8F | 0 | 5E | 13 | 1F | 138 | 58 | 25 |
| Octal | 260 | 13 | 217 | 0 | 136 | 23 | 37 | 470 | 130 | 45 |
| Binary | 10110000 | 1011 | 10001111 | 0 | 1011110 | 10011 | 11111 | 100111000 | 1011000 | 100101 |
Color Harmonies of #B00B8F
Complementary color
Monochromatic Colors of #B00B8F
Black with #B00B8F
Text Example
Text Example
White with #B00B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00B8F; }
p { color: rgb(176,11,143); }
H1.HeaderClassName
{
color: #B00B8F;
}
.AnyTagClassName
{
color: #B00B8F;
}
</style>
background-color css
<style>
a { background-color: #B00B8F; }
a { background-color: rgb(176,11,143); }
div.DivClassName
{
background-color: #B00B8F;
}
.BgClassName
{
background-color: #B00B8F;
}
</style>
border-color css
<style>
span { border-color: #B00B8F; }
span { border-color: rgb(176,11,143); }
td.TdClassName
{
border-color: #B00B8F;
}
.TagClassName
{
border-color: #B00B8F;
}
</style>