Shades of Medium Violet Red #B71672
Tints of Medium Violet Red #B71672
RGB
CMYK
RGB Variations
Color information
#B71672 (or 0xB71672) is known color: Medium Violet Red. HEX triplet: B7, 16 and 72. RGB value is (183,22,114). Sum of RGB (Red+Green+Blue) = 183+22+114=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B71672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71672 is #48E98D. Grayscale: #505050. Windows color (decimal): -4778382 or 7476919. OLE color: 7476919.
HSL color Cylindrical-coordinate representation of color #B71672: hue angle of 325.71º 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 #B71672 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 114 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.28 |
| HSL | 325.71º | 0.79% | 0.4% | - |
| HSV(B) | 325.71º | 0.88% | 0.72% | - |
| XYZ | 22.85 | 11.86 | 17 | - |
| YUV | 80.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 114 | 0 | 0.88 | 0.38 | 0.28 | 325.71 | 0.79 | 0.4 |
| Hex | B7 | 16 | 72 | 0 | 58 | 26 | 1C | 146 | 4F | 28 |
| Octal | 267 | 26 | 162 | 0 | 130 | 46 | 34 | 506 | 117 | 50 |
| Binary | 10110111 | 10110 | 1110010 | 0 | 1011000 | 100110 | 11100 | 101000110 | 1001111 | 101000 |
Color Harmonies of #B71672
Complementary color
Monochromatic Colors of #B71672
Black with #B71672
Text Example
Text Example
White with #B71672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71672; }
p { color: rgb(183,22,114); }
H1.HeaderClassName
{
color: #B71672;
}
.AnyTagClassName
{
color: #B71672;
}
</style>
background-color css
<style>
a { background-color: #B71672; }
a { background-color: rgb(183,22,114); }
div.DivClassName
{
background-color: #B71672;
}
.BgClassName
{
background-color: #B71672;
}
</style>
border-color css
<style>
span { border-color: #B71672; }
span { border-color: rgb(183,22,114); }
td.TdClassName
{
border-color: #B71672;
}
.TagClassName
{
border-color: #B71672;
}
</style>