Shades of Medium Violet Red #B5068E
Tints of Medium Violet Red #B5068E
RGB
CMYK
RGB Variations
Color information
#B5068E (or 0xB5068E) is known color: Medium Violet Red. HEX triplet: B5, 06 and 8E. RGB value is (181,6,142). Sum of RGB (Red+Green+Blue) = 181+6+142=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5068E is #4AF971. Grayscale: #494949. Windows color (decimal): -4913522 or 9307829. OLE color: 9307829.
HSL color Cylindrical-coordinate representation of color #B5068E: hue angle of 313.37º 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 #B5068E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.29 |
| HSL | 313.37º | 0.94% | 0.37% | - |
| HSV(B) | 313.37º | 0.97% | 0.71% | - |
| XYZ | 24 | 11.91 | 26.62 | - |
| YUV | 73.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 142 | 0 | 0.97 | 0.22 | 0.29 | 313.37 | 0.94 | 0.37 |
| Hex | B5 | 6 | 8E | 0 | 61 | 16 | 1D | 139 | 5E | 25 |
| Octal | 265 | 6 | 216 | 0 | 141 | 26 | 35 | 471 | 136 | 45 |
| Binary | 10110101 | 110 | 10001110 | 0 | 1100001 | 10110 | 11101 | 100111001 | 1011110 | 100101 |
Color Harmonies of #B5068E
Complementary color
Monochromatic Colors of #B5068E
Black with #B5068E
Text Example
Text Example
White with #B5068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5068E; }
p { color: rgb(181,6,142); }
H1.HeaderClassName
{
color: #B5068E;
}
.AnyTagClassName
{
color: #B5068E;
}
</style>
background-color css
<style>
a { background-color: #B5068E; }
a { background-color: rgb(181,6,142); }
div.DivClassName
{
background-color: #B5068E;
}
.BgClassName
{
background-color: #B5068E;
}
</style>
border-color css
<style>
span { border-color: #B5068E; }
span { border-color: rgb(181,6,142); }
td.TdClassName
{
border-color: #B5068E;
}
.TagClassName
{
border-color: #B5068E;
}
</style>