Shades of Medium Violet Red #B917A4
Tints of Medium Violet Red #B917A4
RGB
CMYK
RGB Variations
Color information
#B917A4 (or 0xB917A4) is known color: Medium Violet Red. HEX triplet: B9, 17 and A4. RGB value is (185,23,164). Sum of RGB (Red+Green+Blue) = 185+23+164=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A4 is #46E85B. Grayscale: #575757. Windows color (decimal): -4647004 or 10753977. OLE color: 10753977.
HSL color Cylindrical-coordinate representation of color #B917A4: hue angle of 307.78º 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 #B917A4 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 164 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.27 |
| HSL | 307.78º | 0.78% | 0.41% | - |
| HSV(B) | 307.78º | 0.88% | 0.73% | - |
| XYZ | 27.01 | 13.61 | 36.32 | - |
| YUV | 87.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 164 | 0 | 0.88 | 0.11 | 0.27 | 307.78 | 0.78 | 0.41 |
| Hex | B9 | 17 | A4 | 0 | 58 | B | 1B | 134 | 4E | 29 |
| Octal | 271 | 27 | 244 | 0 | 130 | 13 | 33 | 464 | 116 | 51 |
| Binary | 10111001 | 10111 | 10100100 | 0 | 1011000 | 1011 | 11011 | 100110100 | 1001110 | 101001 |
Color Harmonies of #B917A4
Complementary color
Monochromatic Colors of #B917A4
Black with #B917A4
Text Example
Text Example
White with #B917A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917A4; }
p { color: rgb(185,23,164); }
H1.HeaderClassName
{
color: #B917A4;
}
.AnyTagClassName
{
color: #B917A4;
}
</style>
background-color css
<style>
a { background-color: #B917A4; }
a { background-color: rgb(185,23,164); }
div.DivClassName
{
background-color: #B917A4;
}
.BgClassName
{
background-color: #B917A4;
}
</style>
border-color css
<style>
span { border-color: #B917A4; }
span { border-color: rgb(185,23,164); }
td.TdClassName
{
border-color: #B917A4;
}
.TagClassName
{
border-color: #B917A4;
}
</style>