Shades of Medium Violet Red #B71092
Tints of Medium Violet Red #B71092
RGB
CMYK
RGB Variations
Color information
#B71092 (or 0xB71092) is known color: Medium Violet Red. HEX triplet: B7, 10 and 92. RGB value is (183,16,146). Sum of RGB (Red+Green+Blue) = 183+16+146=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B71092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71092 is #48EF6D. Grayscale: #505050. Windows color (decimal): -4779886 or 9572535. OLE color: 9572535.
HSL color Cylindrical-coordinate representation of color #B71092: hue angle of 313.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71092 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 146 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.28 |
| HSL | 313.29º | 0.84% | 0.39% | - |
| HSV(B) | 313.29º | 0.91% | 0.72% | - |
| XYZ | 24.9 | 12.51 | 28.3 | - |
| YUV | 80.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 146 | 0 | 0.91 | 0.20 | 0.28 | 313.29 | 0.84 | 0.39 |
| Hex | B7 | 10 | 92 | 0 | 5B | 14 | 1C | 139 | 54 | 27 |
| Octal | 267 | 20 | 222 | 0 | 133 | 24 | 34 | 471 | 124 | 47 |
| Binary | 10110111 | 10000 | 10010010 | 0 | 1011011 | 10100 | 11100 | 100111001 | 1010100 | 100111 |
Color Harmonies of #B71092
Complementary color
Monochromatic Colors of #B71092
Black with #B71092
Text Example
Text Example
White with #B71092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71092; }
p { color: rgb(183,16,146); }
H1.HeaderClassName
{
color: #B71092;
}
.AnyTagClassName
{
color: #B71092;
}
</style>
background-color css
<style>
a { background-color: #B71092; }
a { background-color: rgb(183,16,146); }
div.DivClassName
{
background-color: #B71092;
}
.BgClassName
{
background-color: #B71092;
}
</style>
border-color css
<style>
span { border-color: #B71092; }
span { border-color: rgb(183,16,146); }
td.TdClassName
{
border-color: #B71092;
}
.TagClassName
{
border-color: #B71092;
}
</style>