Shades of Medium Violet Red #B5097E
Tints of Medium Violet Red #B5097E
RGB
CMYK
RGB Variations
Color information
#B5097E (or 0xB5097E) is known color: Medium Violet Red. HEX triplet: B5, 09 and 7E. RGB value is (181,9,126). Sum of RGB (Red+Green+Blue) = 181+9+126=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5097E is #4AF681. Grayscale: #494949. Windows color (decimal): -4912770 or 8260021. OLE color: 8260021.
HSL color Cylindrical-coordinate representation of color #B5097E: hue angle of 319.19º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5097E is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.29 |
| HSL | 319.19º | 0.91% | 0.37% | - |
| HSV(B) | 319.19º | 0.95% | 0.71% | - |
| XYZ | 22.92 | 11.53 | 20.76 | - |
| YUV | 73.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 126 | 0 | 0.95 | 0.30 | 0.29 | 319.19 | 0.91 | 0.37 |
| Hex | B5 | 9 | 7E | 0 | 5F | 1E | 1D | 13F | 5B | 25 |
| Octal | 265 | 11 | 176 | 0 | 137 | 36 | 35 | 477 | 133 | 45 |
| Binary | 10110101 | 1001 | 1111110 | 0 | 1011111 | 11110 | 11101 | 100111111 | 1011011 | 100101 |
Color Harmonies of #B5097E
Complementary color
Monochromatic Colors of #B5097E
Black with #B5097E
Text Example
Text Example
White with #B5097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5097E; }
p { color: rgb(181,9,126); }
H1.HeaderClassName
{
color: #B5097E;
}
.AnyTagClassName
{
color: #B5097E;
}
</style>
background-color css
<style>
a { background-color: #B5097E; }
a { background-color: rgb(181,9,126); }
div.DivClassName
{
background-color: #B5097E;
}
.BgClassName
{
background-color: #B5097E;
}
</style>
border-color css
<style>
span { border-color: #B5097E; }
span { border-color: rgb(181,9,126); }
td.TdClassName
{
border-color: #B5097E;
}
.TagClassName
{
border-color: #B5097E;
}
</style>