Shades of Medium Violet Red #B5099D
Tints of Medium Violet Red #B5099D
RGB
CMYK
RGB Variations
Color information
#B5099D (or 0xB5099D) is known color: Medium Violet Red. HEX triplet: B5, 09 and 9D. RGB value is (181,9,157). Sum of RGB (Red+Green+Blue) = 181+9+157=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5099D is #4AF662. Grayscale: #4C4C4C. Windows color (decimal): -4912739 or 10291637. OLE color: 10291637.
HSL color Cylindrical-coordinate representation of color #B5099D: hue angle of 308.37º 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 #B5099D is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.29 |
| HSL | 308.37º | 0.91% | 0.37% | - |
| HSV(B) | 308.37º | 0.95% | 0.71% | - |
| XYZ | 25.24 | 12.45 | 32.97 | - |
| YUV | 77.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 157 | 0 | 0.95 | 0.13 | 0.29 | 308.37 | 0.91 | 0.37 |
| Hex | B5 | 9 | 9D | 0 | 5F | D | 1D | 134 | 5B | 25 |
| Octal | 265 | 11 | 235 | 0 | 137 | 15 | 35 | 464 | 133 | 45 |
| Binary | 10110101 | 1001 | 10011101 | 0 | 1011111 | 1101 | 11101 | 100110100 | 1011011 | 100101 |
Color Harmonies of #B5099D
Complementary color
Monochromatic Colors of #B5099D
Black with #B5099D
Text Example
Text Example
White with #B5099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5099D; }
p { color: rgb(181,9,157); }
H1.HeaderClassName
{
color: #B5099D;
}
.AnyTagClassName
{
color: #B5099D;
}
</style>
background-color css
<style>
a { background-color: #B5099D; }
a { background-color: rgb(181,9,157); }
div.DivClassName
{
background-color: #B5099D;
}
.BgClassName
{
background-color: #B5099D;
}
</style>
border-color css
<style>
span { border-color: #B5099D; }
span { border-color: rgb(181,9,157); }
td.TdClassName
{
border-color: #B5099D;
}
.TagClassName
{
border-color: #B5099D;
}
</style>