Shades of Medium Violet Red #B5127B
Tints of Medium Violet Red #B5127B
RGB
CMYK
RGB Variations
Color information
#B5127B (or 0xB5127B) is known color: Medium Violet Red. HEX triplet: B5, 12 and 7B. RGB value is (181,18,123). Sum of RGB (Red+Green+Blue) = 181+18+123=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5127B is #4AED84. Grayscale: #4E4E4E. Windows color (decimal): -4910469 or 8065717. OLE color: 8065717.
HSL color Cylindrical-coordinate representation of color #B5127B: hue angle of 321.35º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5127B is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 123 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.29 |
| HSL | 321.35º | 0.82% | 0.39% | - |
| HSV(B) | 321.35º | 0.9% | 0.71% | - |
| XYZ | 22.85 | 11.69 | 19.79 | - |
| YUV | 78.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 123 | 0 | 0.90 | 0.32 | 0.29 | 321.35 | 0.82 | 0.39 |
| Hex | B5 | 12 | 7B | 0 | 5A | 20 | 1D | 141 | 52 | 27 |
| Octal | 265 | 22 | 173 | 0 | 132 | 40 | 35 | 501 | 122 | 47 |
| Binary | 10110101 | 10010 | 1111011 | 0 | 1011010 | 100000 | 11101 | 101000001 | 1010010 | 100111 |
Color Harmonies of #B5127B
Complementary color
Monochromatic Colors of #B5127B
Black with #B5127B
Text Example
Text Example
White with #B5127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5127B; }
p { color: rgb(181,18,123); }
H1.HeaderClassName
{
color: #B5127B;
}
.AnyTagClassName
{
color: #B5127B;
}
</style>
background-color css
<style>
a { background-color: #B5127B; }
a { background-color: rgb(181,18,123); }
div.DivClassName
{
background-color: #B5127B;
}
.BgClassName
{
background-color: #B5127B;
}
</style>
border-color css
<style>
span { border-color: #B5127B; }
span { border-color: rgb(181,18,123); }
td.TdClassName
{
border-color: #B5127B;
}
.TagClassName
{
border-color: #B5127B;
}
</style>