Shades of Medium Violet Red #B71593
Tints of Medium Violet Red #B71593
RGB
CMYK
RGB Variations
Color information
#B71593 (or 0xB71593) is known color: Medium Violet Red. HEX triplet: B7, 15 and 93. RGB value is (183,21,147). Sum of RGB (Red+Green+Blue) = 183+21+147=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B71593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71593 is #48EA6C. Grayscale: #535353. Windows color (decimal): -4778605 or 9639351. OLE color: 9639351.
HSL color Cylindrical-coordinate representation of color #B71593: hue angle of 313.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71593 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 147 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.28 |
| HSL | 313.33º | 0.79% | 0.4% | - |
| HSV(B) | 313.33º | 0.89% | 0.72% | - |
| XYZ | 25.06 | 12.71 | 28.74 | - |
| YUV | 83.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 147 | 0 | 0.89 | 0.20 | 0.28 | 313.33 | 0.79 | 0.4 |
| Hex | B7 | 15 | 93 | 0 | 59 | 14 | 1C | 139 | 4F | 28 |
| Octal | 267 | 25 | 223 | 0 | 131 | 24 | 34 | 471 | 117 | 50 |
| Binary | 10110111 | 10101 | 10010011 | 0 | 1011001 | 10100 | 11100 | 100111001 | 1001111 | 101000 |
Color Harmonies of #B71593
Complementary color
Monochromatic Colors of #B71593
Black with #B71593
Text Example
Text Example
White with #B71593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71593; }
p { color: rgb(183,21,147); }
H1.HeaderClassName
{
color: #B71593;
}
.AnyTagClassName
{
color: #B71593;
}
</style>
background-color css
<style>
a { background-color: #B71593; }
a { background-color: rgb(183,21,147); }
div.DivClassName
{
background-color: #B71593;
}
.BgClassName
{
background-color: #B71593;
}
</style>
border-color css
<style>
span { border-color: #B71593; }
span { border-color: rgb(183,21,147); }
td.TdClassName
{
border-color: #B71593;
}
.TagClassName
{
border-color: #B71593;
}
</style>