Shades of Medium Violet Red #B5189A
Tints of Medium Violet Red #B5189A
RGB
CMYK
RGB Variations
Color information
#B5189A (or 0xB5189A) is known color: Medium Violet Red. HEX triplet: B5, 18 and 9A. RGB value is (181,24,154). Sum of RGB (Red+Green+Blue) = 181+24+154=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5189A is #4AE765. Grayscale: #555555. Windows color (decimal): -4908902 or 10098869. OLE color: 10098869.
HSL color Cylindrical-coordinate representation of color #B5189A: hue angle of 310.32º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5189A is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 154 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.29 |
| HSL | 310.32º | 0.77% | 0.4% | - |
| HSV(B) | 310.32º | 0.87% | 0.71% | - |
| XYZ | 25.22 | 12.81 | 31.72 | - |
| YUV | 85.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 154 | 0 | 0.87 | 0.15 | 0.29 | 310.32 | 0.77 | 0.4 |
| Hex | B5 | 18 | 9A | 0 | 57 | F | 1D | 136 | 4D | 28 |
| Octal | 265 | 30 | 232 | 0 | 127 | 17 | 35 | 466 | 115 | 50 |
| Binary | 10110101 | 11000 | 10011010 | 0 | 1010111 | 1111 | 11101 | 100110110 | 1001101 | 101000 |
Color Harmonies of #B5189A
Complementary color
Monochromatic Colors of #B5189A
Black with #B5189A
Text Example
Text Example
White with #B5189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5189A; }
p { color: rgb(181,24,154); }
H1.HeaderClassName
{
color: #B5189A;
}
.AnyTagClassName
{
color: #B5189A;
}
</style>
background-color css
<style>
a { background-color: #B5189A; }
a { background-color: rgb(181,24,154); }
div.DivClassName
{
background-color: #B5189A;
}
.BgClassName
{
background-color: #B5189A;
}
</style>
border-color css
<style>
span { border-color: #B5189A; }
span { border-color: rgb(181,24,154); }
td.TdClassName
{
border-color: #B5189A;
}
.TagClassName
{
border-color: #B5189A;
}
</style>