Shades of Medium Violet Red #B7167A
Tints of Medium Violet Red #B7167A
RGB
CMYK
RGB Variations
Color information
#B7167A (or 0xB7167A) is known color: Medium Violet Red. HEX triplet: B7, 16 and 7A. RGB value is (183,22,122). Sum of RGB (Red+Green+Blue) = 183+22+122=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7167A is #48E985. Grayscale: #515151. Windows color (decimal): -4778374 or 8001207. OLE color: 8001207.
HSL color Cylindrical-coordinate representation of color #B7167A: hue angle of 322.73º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7167A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 122 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.28 |
| HSL | 322.73º | 0.79% | 0.4% | - |
| HSV(B) | 322.73º | 0.88% | 0.72% | - |
| XYZ | 23.33 | 12.05 | 19.51 | - |
| YUV | 81.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 122 | 0 | 0.88 | 0.33 | 0.28 | 322.73 | 0.79 | 0.4 |
| Hex | B7 | 16 | 7A | 0 | 58 | 21 | 1C | 143 | 4F | 28 |
| Octal | 267 | 26 | 172 | 0 | 130 | 41 | 34 | 503 | 117 | 50 |
| Binary | 10110111 | 10110 | 1111010 | 0 | 1011000 | 100001 | 11100 | 101000011 | 1001111 | 101000 |
Color Harmonies of #B7167A
Complementary color
Monochromatic Colors of #B7167A
Black with #B7167A
Text Example
Text Example
White with #B7167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7167A; }
p { color: rgb(183,22,122); }
H1.HeaderClassName
{
color: #B7167A;
}
.AnyTagClassName
{
color: #B7167A;
}
</style>
background-color css
<style>
a { background-color: #B7167A; }
a { background-color: rgb(183,22,122); }
div.DivClassName
{
background-color: #B7167A;
}
.BgClassName
{
background-color: #B7167A;
}
</style>
border-color css
<style>
span { border-color: #B7167A; }
span { border-color: rgb(183,22,122); }
td.TdClassName
{
border-color: #B7167A;
}
.TagClassName
{
border-color: #B7167A;
}
</style>