Shades of Medium Violet Red #B00A8F
Tints of Medium Violet Red #B00A8F
RGB
CMYK
RGB Variations
Color information
#B00A8F (or 0xB00A8F) is known color: Medium Violet Red. HEX triplet: B0, 0A and 8F. RGB value is (176,10,143). Sum of RGB (Red+Green+Blue) = 176+10+143=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A8F is #4FF570. Grayscale: #4A4A4A. Windows color (decimal): -5240177 or 9374384. OLE color: 9374384.
HSL color Cylindrical-coordinate representation of color #B00A8F: hue angle of 311.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A8F is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 10 | 143 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.31 |
| HSL | 311.93º | 0.89% | 0.36% | - |
| HSV(B) | 311.93º | 0.94% | 0.69% | - |
| XYZ | 22.97 | 11.43 | 26.98 | - |
| YUV | 74.8 | 166.5 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 143 | 0 | 0.94 | 0.19 | 0.31 | 311.93 | 0.89 | 0.36 |
| Hex | B0 | A | 8F | 0 | 5E | 13 | 1F | 138 | 59 | 24 |
| Octal | 260 | 12 | 217 | 0 | 136 | 23 | 37 | 470 | 131 | 44 |
| Binary | 10110000 | 1010 | 10001111 | 0 | 1011110 | 10011 | 11111 | 100111000 | 1011001 | 100100 |
Color Harmonies of #B00A8F
Complementary color
Monochromatic Colors of #B00A8F
Black with #B00A8F
Text Example
Text Example
White with #B00A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00A8F; }
p { color: rgb(176,10,143); }
H1.HeaderClassName
{
color: #B00A8F;
}
.AnyTagClassName
{
color: #B00A8F;
}
</style>
background-color css
<style>
a { background-color: #B00A8F; }
a { background-color: rgb(176,10,143); }
div.DivClassName
{
background-color: #B00A8F;
}
.BgClassName
{
background-color: #B00A8F;
}
</style>
border-color css
<style>
span { border-color: #B00A8F; }
span { border-color: rgb(176,10,143); }
td.TdClassName
{
border-color: #B00A8F;
}
.TagClassName
{
border-color: #B00A8F;
}
</style>