Shades of Medium Violet Red #B917A0
Tints of Medium Violet Red #B917A0
RGB
CMYK
RGB Variations
Color information
#B917A0 (or 0xB917A0) is known color: Medium Violet Red. HEX triplet: B9, 17 and A0. RGB value is (185,23,160). Sum of RGB (Red+Green+Blue) = 185+23+160=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A0 is #46E85F. Grayscale: #565656. Windows color (decimal): -4647008 or 10491833. OLE color: 10491833.
HSL color Cylindrical-coordinate representation of color #B917A0: hue angle of 309.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B917A0 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 160 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.27 |
| HSL | 309.26º | 0.78% | 0.41% | - |
| HSV(B) | 309.26º | 0.88% | 0.73% | - |
| XYZ | 26.66 | 13.47 | 34.45 | - |
| YUV | 87.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 160 | 0 | 0.88 | 0.14 | 0.27 | 309.26 | 0.78 | 0.41 |
| Hex | B9 | 17 | A0 | 0 | 58 | E | 1B | 135 | 4E | 29 |
| Octal | 271 | 27 | 240 | 0 | 130 | 16 | 33 | 465 | 116 | 51 |
| Binary | 10111001 | 10111 | 10100000 | 0 | 1011000 | 1110 | 11011 | 100110101 | 1001110 | 101001 |
Color Harmonies of #B917A0
Complementary color
Monochromatic Colors of #B917A0
Black with #B917A0
Text Example
Text Example
White with #B917A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917A0; }
p { color: rgb(185,23,160); }
H1.HeaderClassName
{
color: #B917A0;
}
.AnyTagClassName
{
color: #B917A0;
}
</style>
background-color css
<style>
a { background-color: #B917A0; }
a { background-color: rgb(185,23,160); }
div.DivClassName
{
background-color: #B917A0;
}
.BgClassName
{
background-color: #B917A0;
}
</style>
border-color css
<style>
span { border-color: #B917A0; }
span { border-color: rgb(185,23,160); }
td.TdClassName
{
border-color: #B917A0;
}
.TagClassName
{
border-color: #B917A0;
}
</style>