Shades of Medium Violet Red #B715A1
Tints of Medium Violet Red #B715A1
RGB
CMYK
RGB Variations
Color information
#B715A1 (or 0xB715A1) is known color: Medium Violet Red. HEX triplet: B7, 15 and A1. RGB value is (183,21,161). Sum of RGB (Red+Green+Blue) = 183+21+161=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B715A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B715A1 is #48EA5E. Grayscale: #555555. Windows color (decimal): -4778591 or 10556855. OLE color: 10556855.
HSL color Cylindrical-coordinate representation of color #B715A1: hue angle of 308.15º 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 #B715A1 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 161 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.28 |
| HSL | 308.15º | 0.79% | 0.4% | - |
| HSV(B) | 308.15º | 0.89% | 0.72% | - |
| XYZ | 26.23 | 13.18 | 34.88 | - |
| YUV | 85.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 161 | 0 | 0.89 | 0.12 | 0.28 | 308.15 | 0.79 | 0.4 |
| Hex | B7 | 15 | A1 | 0 | 59 | C | 1C | 134 | 4F | 28 |
| Octal | 267 | 25 | 241 | 0 | 131 | 14 | 34 | 464 | 117 | 50 |
| Binary | 10110111 | 10101 | 10100001 | 0 | 1011001 | 1100 | 11100 | 100110100 | 1001111 | 101000 |
Color Harmonies of #B715A1
Complementary color
Monochromatic Colors of #B715A1
Black with #B715A1
Text Example
Text Example
White with #B715A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715A1; }
p { color: rgb(183,21,161); }
H1.HeaderClassName
{
color: #B715A1;
}
.AnyTagClassName
{
color: #B715A1;
}
</style>
background-color css
<style>
a { background-color: #B715A1; }
a { background-color: rgb(183,21,161); }
div.DivClassName
{
background-color: #B715A1;
}
.BgClassName
{
background-color: #B715A1;
}
</style>
border-color css
<style>
span { border-color: #B715A1; }
span { border-color: rgb(183,21,161); }
td.TdClassName
{
border-color: #B715A1;
}
.TagClassName
{
border-color: #B715A1;
}
</style>