Shades of Medium Violet Red #B115A7
Tints of Medium Violet Red #B115A7
RGB
CMYK
RGB Variations
Color information
#B115A7 (or 0xB115A7) is known color: Medium Violet Red. HEX triplet: B1, 15 and A7. RGB value is (177,21,167). Sum of RGB (Red+Green+Blue) = 177+21+167=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B115A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115A7 is #4EEA58. Grayscale: #535353. Windows color (decimal): -5171801 or 10950065. OLE color: 10950065.
HSL color Cylindrical-coordinate representation of color #B115A7: hue angle of 303.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115A7 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 167 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.31 |
| HSL | 303.85º | 0.79% | 0.39% | - |
| HSV(B) | 303.85º | 0.88% | 0.69% | - |
| XYZ | 25.37 | 12.67 | 37.67 | - |
| YUV | 84.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 167 | 0 | 0.88 | 0.06 | 0.31 | 303.85 | 0.79 | 0.39 |
| Hex | B1 | 15 | A7 | 0 | 58 | 6 | 1F | 130 | 4F | 27 |
| Octal | 261 | 25 | 247 | 0 | 130 | 6 | 37 | 460 | 117 | 47 |
| Binary | 10110001 | 10101 | 10100111 | 0 | 1011000 | 110 | 11111 | 100110000 | 1001111 | 100111 |
Color Harmonies of #B115A7
Complementary color
Monochromatic Colors of #B115A7
Black with #B115A7
Text Example
Text Example
White with #B115A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115A7; }
p { color: rgb(177,21,167); }
H1.HeaderClassName
{
color: #B115A7;
}
.AnyTagClassName
{
color: #B115A7;
}
</style>
background-color css
<style>
a { background-color: #B115A7; }
a { background-color: rgb(177,21,167); }
div.DivClassName
{
background-color: #B115A7;
}
.BgClassName
{
background-color: #B115A7;
}
</style>
border-color css
<style>
span { border-color: #B115A7; }
span { border-color: rgb(177,21,167); }
td.TdClassName
{
border-color: #B115A7;
}
.TagClassName
{
border-color: #B115A7;
}
</style>