Shades of Medium Violet Red #B50688
Tints of Medium Violet Red #B50688
RGB
CMYK
RGB Variations
Color information
#B50688 (or 0xB50688) is known color: Medium Violet Red. HEX triplet: B5, 06 and 88. RGB value is (181,6,136). Sum of RGB (Red+Green+Blue) = 181+6+136=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B50688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50688 is #4AF977. Grayscale: #484848. Windows color (decimal): -4913528 or 8914613. OLE color: 8914613.
HSL color Cylindrical-coordinate representation of color #B50688: hue angle of 315.43º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50688 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 136 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.29 |
| HSL | 315.43º | 0.94% | 0.37% | - |
| HSV(B) | 315.43º | 0.97% | 0.71% | - |
| XYZ | 23.57 | 11.73 | 24.31 | - |
| YUV | 73.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 136 | 0 | 0.97 | 0.25 | 0.29 | 315.43 | 0.94 | 0.37 |
| Hex | B5 | 6 | 88 | 0 | 61 | 19 | 1D | 13B | 5E | 25 |
| Octal | 265 | 6 | 210 | 0 | 141 | 31 | 35 | 473 | 136 | 45 |
| Binary | 10110101 | 110 | 10001000 | 0 | 1100001 | 11001 | 11101 | 100111011 | 1011110 | 100101 |
Color Harmonies of #B50688
Complementary color
Monochromatic Colors of #B50688
Black with #B50688
Text Example
Text Example
White with #B50688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50688; }
p { color: rgb(181,6,136); }
H1.HeaderClassName
{
color: #B50688;
}
.AnyTagClassName
{
color: #B50688;
}
</style>
background-color css
<style>
a { background-color: #B50688; }
a { background-color: rgb(181,6,136); }
div.DivClassName
{
background-color: #B50688;
}
.BgClassName
{
background-color: #B50688;
}
</style>
border-color css
<style>
span { border-color: #B50688; }
span { border-color: rgb(181,6,136); }
td.TdClassName
{
border-color: #B50688;
}
.TagClassName
{
border-color: #B50688;
}
</style>