Shades of Medium Violet Red #B5189C
Tints of Medium Violet Red #B5189C
RGB
CMYK
RGB Variations
Color information
#B5189C (or 0xB5189C) is known color: Medium Violet Red. HEX triplet: B5, 18 and 9C. RGB value is (181,24,156). Sum of RGB (Red+Green+Blue) = 181+24+156=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5189C is #4AE763. Grayscale: #555555. Windows color (decimal): -4908900 or 10229941. OLE color: 10229941.
HSL color Cylindrical-coordinate representation of color #B5189C: hue angle of 309.55º 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 #B5189C is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 156 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.29 |
| HSL | 309.55º | 0.77% | 0.4% | - |
| HSV(B) | 309.55º | 0.87% | 0.71% | - |
| XYZ | 25.38 | 12.88 | 32.6 | - |
| YUV | 85.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 156 | 0 | 0.87 | 0.14 | 0.29 | 309.55 | 0.77 | 0.4 |
| Hex | B5 | 18 | 9C | 0 | 57 | E | 1D | 136 | 4D | 28 |
| Octal | 265 | 30 | 234 | 0 | 127 | 16 | 35 | 466 | 115 | 50 |
| Binary | 10110101 | 11000 | 10011100 | 0 | 1010111 | 1110 | 11101 | 100110110 | 1001101 | 101000 |
Color Harmonies of #B5189C
Complementary color
Monochromatic Colors of #B5189C
Black with #B5189C
Text Example
Text Example
White with #B5189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5189C; }
p { color: rgb(181,24,156); }
H1.HeaderClassName
{
color: #B5189C;
}
.AnyTagClassName
{
color: #B5189C;
}
</style>
background-color css
<style>
a { background-color: #B5189C; }
a { background-color: rgb(181,24,156); }
div.DivClassName
{
background-color: #B5189C;
}
.BgClassName
{
background-color: #B5189C;
}
</style>
border-color css
<style>
span { border-color: #B5189C; }
span { border-color: rgb(181,24,156); }
td.TdClassName
{
border-color: #B5189C;
}
.TagClassName
{
border-color: #B5189C;
}
</style>