Shades of Medium Violet Red #B5068B
Tints of Medium Violet Red #B5068B
RGB
CMYK
RGB Variations
Color information
#B5068B (or 0xB5068B) is known color: Medium Violet Red. HEX triplet: B5, 06 and 8B. RGB value is (181,6,139). Sum of RGB (Red+Green+Blue) = 181+6+139=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5068B is #4AF974. Grayscale: #494949. Windows color (decimal): -4913525 or 9111221. OLE color: 9111221.
HSL color Cylindrical-coordinate representation of color #B5068B: hue angle of 314.4º 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 #B5068B is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.29 |
| HSL | 314.4º | 0.94% | 0.37% | - |
| HSV(B) | 314.4º | 0.97% | 0.71% | - |
| XYZ | 23.78 | 11.82 | 25.45 | - |
| YUV | 73.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 139 | 0 | 0.97 | 0.23 | 0.29 | 314.4 | 0.94 | 0.37 |
| Hex | B5 | 6 | 8B | 0 | 61 | 17 | 1D | 13A | 5E | 25 |
| Octal | 265 | 6 | 213 | 0 | 141 | 27 | 35 | 472 | 136 | 45 |
| Binary | 10110101 | 110 | 10001011 | 0 | 1100001 | 10111 | 11101 | 100111010 | 1011110 | 100101 |
Color Harmonies of #B5068B
Complementary color
Monochromatic Colors of #B5068B
Black with #B5068B
Text Example
Text Example
White with #B5068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5068B; }
p { color: rgb(181,6,139); }
H1.HeaderClassName
{
color: #B5068B;
}
.AnyTagClassName
{
color: #B5068B;
}
</style>
background-color css
<style>
a { background-color: #B5068B; }
a { background-color: rgb(181,6,139); }
div.DivClassName
{
background-color: #B5068B;
}
.BgClassName
{
background-color: #B5068B;
}
</style>
border-color css
<style>
span { border-color: #B5068B; }
span { border-color: rgb(181,6,139); }
td.TdClassName
{
border-color: #B5068B;
}
.TagClassName
{
border-color: #B5068B;
}
</style>