Shades of Medium Violet Red #B71B9A
Tints of Medium Violet Red #B71B9A
RGB
CMYK
RGB Variations
Color information
#B71B9A (or 0xB71B9A) is known color: Medium Violet Red. HEX triplet: B7, 1B and 9A. RGB value is (183,27,154). Sum of RGB (Red+Green+Blue) = 183+27+154=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71B9A is #48E465. Grayscale: #575757. Windows color (decimal): -4777062 or 10099639. OLE color: 10099639.
HSL color Cylindrical-coordinate representation of color #B71B9A: hue angle of 311.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B9A is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 154 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.28 |
| HSL | 311.15º | 0.74% | 0.41% | - |
| HSV(B) | 311.15º | 0.85% | 0.72% | - |
| XYZ | 25.75 | 13.18 | 31.76 | - |
| YUV | 88.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 154 | 0 | 0.85 | 0.16 | 0.28 | 311.15 | 0.74 | 0.41 |
| Hex | B7 | 1B | 9A | 0 | 55 | 10 | 1C | 137 | 4A | 29 |
| Octal | 267 | 33 | 232 | 0 | 125 | 20 | 34 | 467 | 112 | 51 |
| Binary | 10110111 | 11011 | 10011010 | 0 | 1010101 | 10000 | 11100 | 100110111 | 1001010 | 101001 |
Color Harmonies of #B71B9A
Complementary color
Monochromatic Colors of #B71B9A
Black with #B71B9A
Text Example
Text Example
White with #B71B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B9A; }
p { color: rgb(183,27,154); }
H1.HeaderClassName
{
color: #B71B9A;
}
.AnyTagClassName
{
color: #B71B9A;
}
</style>
background-color css
<style>
a { background-color: #B71B9A; }
a { background-color: rgb(183,27,154); }
div.DivClassName
{
background-color: #B71B9A;
}
.BgClassName
{
background-color: #B71B9A;
}
</style>
border-color css
<style>
span { border-color: #B71B9A; }
span { border-color: rgb(183,27,154); }
td.TdClassName
{
border-color: #B71B9A;
}
.TagClassName
{
border-color: #B71B9A;
}
</style>