Shades of Medium Violet Red #B00A8D
Tints of Medium Violet Red #B00A8D
RGB
CMYK
RGB Variations
Color information
#B00A8D (or 0xB00A8D) is known color: Medium Violet Red. HEX triplet: B0, 0A and 8D. RGB value is (176,10,141). Sum of RGB (Red+Green+Blue) = 176+10+141=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A8D is #4FF572. Grayscale: #4A4A4A. Windows color (decimal): -5240179 or 9243312. OLE color: 9243312.
HSL color Cylindrical-coordinate representation of color #B00A8D: hue angle of 312.65º 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 #B00A8D is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 10 | 141 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.31 |
| HSL | 312.65º | 0.89% | 0.36% | - |
| HSV(B) | 312.65º | 0.94% | 0.69% | - |
| XYZ | 22.82 | 11.37 | 26.19 | - |
| YUV | 74.57 | 165.5 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 10 | 141 | 0 | 0.94 | 0.20 | 0.31 | 312.65 | 0.89 | 0.36 |
| Hex | B0 | A | 8D | 0 | 5E | 14 | 1F | 139 | 59 | 24 |
| Octal | 260 | 12 | 215 | 0 | 136 | 24 | 37 | 471 | 131 | 44 |
| Binary | 10110000 | 1010 | 10001101 | 0 | 1011110 | 10100 | 11111 | 100111001 | 1011001 | 100100 |
Color Harmonies of #B00A8D
Complementary color
Monochromatic Colors of #B00A8D
Black with #B00A8D
Text Example
Text Example
White with #B00A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00A8D; }
p { color: rgb(176,10,141); }
H1.HeaderClassName
{
color: #B00A8D;
}
.AnyTagClassName
{
color: #B00A8D;
}
</style>
background-color css
<style>
a { background-color: #B00A8D; }
a { background-color: rgb(176,10,141); }
div.DivClassName
{
background-color: #B00A8D;
}
.BgClassName
{
background-color: #B00A8D;
}
</style>
border-color css
<style>
span { border-color: #B00A8D; }
span { border-color: rgb(176,10,141); }
td.TdClassName
{
border-color: #B00A8D;
}
.TagClassName
{
border-color: #B00A8D;
}
</style>