Shades of Medium Violet Red #B0127D
Tints of Medium Violet Red #B0127D
RGB
CMYK
RGB Variations
Color information
#B0127D (or 0xB0127D) is known color: Medium Violet Red. HEX triplet: B0, 12 and 7D. RGB value is (176,18,125). Sum of RGB (Red+Green+Blue) = 176+18+125=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0127D is #4FED82. Grayscale: #4D4D4D. Windows color (decimal): -5238147 or 8196784. OLE color: 8196784.
HSL color Cylindrical-coordinate representation of color #B0127D: hue angle of 319.37º 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 #B0127D is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 125 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.31 |
| HSL | 319.37º | 0.81% | 0.38% | - |
| HSV(B) | 319.37º | 0.9% | 0.69% | - |
| XYZ | 21.82 | 11.14 | 20.4 | - |
| YUV | 77.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 125 | 0 | 0.90 | 0.29 | 0.31 | 319.37 | 0.81 | 0.38 |
| Hex | B0 | 12 | 7D | 0 | 5A | 1D | 1F | 13F | 51 | 26 |
| Octal | 260 | 22 | 175 | 0 | 132 | 35 | 37 | 477 | 121 | 46 |
| Binary | 10110000 | 10010 | 1111101 | 0 | 1011010 | 11101 | 11111 | 100111111 | 1010001 | 100110 |
Color Harmonies of #B0127D
Complementary color
Monochromatic Colors of #B0127D
Black with #B0127D
Text Example
Text Example
White with #B0127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0127D; }
p { color: rgb(176,18,125); }
H1.HeaderClassName
{
color: #B0127D;
}
.AnyTagClassName
{
color: #B0127D;
}
</style>
background-color css
<style>
a { background-color: #B0127D; }
a { background-color: rgb(176,18,125); }
div.DivClassName
{
background-color: #B0127D;
}
.BgClassName
{
background-color: #B0127D;
}
</style>
border-color css
<style>
span { border-color: #B0127D; }
span { border-color: rgb(176,18,125); }
td.TdClassName
{
border-color: #B0127D;
}
.TagClassName
{
border-color: #B0127D;
}
</style>