Shades of Medium Violet Red #B5067A
Tints of Medium Violet Red #B5067A
RGB
CMYK
RGB Variations
Color information
#B5067A (or 0xB5067A) is known color: Medium Violet Red. HEX triplet: B5, 06 and 7A. RGB value is (181,6,122). Sum of RGB (Red+Green+Blue) = 181+6+122=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5067A is #4AF985. Grayscale: #474747. Windows color (decimal): -4913542 or 7997109. OLE color: 7997109.
HSL color Cylindrical-coordinate representation of color #B5067A: hue angle of 320.23º 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 #B5067A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.29 |
| HSL | 320.23º | 0.94% | 0.37% | - |
| HSV(B) | 320.23º | 0.97% | 0.71% | - |
| XYZ | 22.63 | 11.36 | 19.41 | - |
| YUV | 71.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 122 | 0 | 0.97 | 0.33 | 0.29 | 320.23 | 0.94 | 0.37 |
| Hex | B5 | 6 | 7A | 0 | 61 | 21 | 1D | 140 | 5E | 25 |
| Octal | 265 | 6 | 172 | 0 | 141 | 41 | 35 | 500 | 136 | 45 |
| Binary | 10110101 | 110 | 1111010 | 0 | 1100001 | 100001 | 11101 | 101000000 | 1011110 | 100101 |
Color Harmonies of #B5067A
Complementary color
Monochromatic Colors of #B5067A
Black with #B5067A
Text Example
Text Example
White with #B5067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5067A; }
p { color: rgb(181,6,122); }
H1.HeaderClassName
{
color: #B5067A;
}
.AnyTagClassName
{
color: #B5067A;
}
</style>
background-color css
<style>
a { background-color: #B5067A; }
a { background-color: rgb(181,6,122); }
div.DivClassName
{
background-color: #B5067A;
}
.BgClassName
{
background-color: #B5067A;
}
</style>
border-color css
<style>
span { border-color: #B5067A; }
span { border-color: rgb(181,6,122); }
td.TdClassName
{
border-color: #B5067A;
}
.TagClassName
{
border-color: #B5067A;
}
</style>