Shades of Medium Violet Red #B0128F
Tints of Medium Violet Red #B0128F
RGB
CMYK
RGB Variations
Color information
#B0128F (or 0xB0128F) is known color: Medium Violet Red. HEX triplet: B0, 12 and 8F. RGB value is (176,18,143). Sum of RGB (Red+Green+Blue) = 176+18+143=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0128F is #4FED70. Grayscale: #4F4F4F. Windows color (decimal): -5238129 or 9376432. OLE color: 9376432.
HSL color Cylindrical-coordinate representation of color #B0128F: hue angle of 312.53º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0128F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 143 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.31 |
| HSL | 312.53º | 0.81% | 0.38% | - |
| HSV(B) | 312.53º | 0.9% | 0.69% | - |
| XYZ | 23.08 | 11.65 | 27.02 | - |
| YUV | 79.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 143 | 0 | 0.90 | 0.19 | 0.31 | 312.53 | 0.81 | 0.38 |
| Hex | B0 | 12 | 8F | 0 | 5A | 13 | 1F | 139 | 51 | 26 |
| Octal | 260 | 22 | 217 | 0 | 132 | 23 | 37 | 471 | 121 | 46 |
| Binary | 10110000 | 10010 | 10001111 | 0 | 1011010 | 10011 | 11111 | 100111001 | 1010001 | 100110 |
Color Harmonies of #B0128F
Complementary color
Monochromatic Colors of #B0128F
Black with #B0128F
Text Example
Text Example
White with #B0128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0128F; }
p { color: rgb(176,18,143); }
H1.HeaderClassName
{
color: #B0128F;
}
.AnyTagClassName
{
color: #B0128F;
}
</style>
background-color css
<style>
a { background-color: #B0128F; }
a { background-color: rgb(176,18,143); }
div.DivClassName
{
background-color: #B0128F;
}
.BgClassName
{
background-color: #B0128F;
}
</style>
border-color css
<style>
span { border-color: #B0128F; }
span { border-color: rgb(176,18,143); }
td.TdClassName
{
border-color: #B0128F;
}
.TagClassName
{
border-color: #B0128F;
}
</style>