Shades of Medium Violet Red #B917A3
Tints of Medium Violet Red #B917A3
RGB
CMYK
RGB Variations
Color information
#B917A3 (or 0xB917A3) is known color: Medium Violet Red. HEX triplet: B9, 17 and A3. RGB value is (185,23,163). Sum of RGB (Red+Green+Blue) = 185+23+163=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A3 is #46E85C. Grayscale: #575757. Windows color (decimal): -4647005 or 10688441. OLE color: 10688441.
HSL color Cylindrical-coordinate representation of color #B917A3: hue angle of 308.15º 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 #B917A3 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 163 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.27 |
| HSL | 308.15º | 0.78% | 0.41% | - |
| HSV(B) | 308.15º | 0.88% | 0.73% | - |
| XYZ | 26.92 | 13.57 | 35.85 | - |
| YUV | 87.4 | 170.67 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 163 | 0 | 0.88 | 0.12 | 0.27 | 308.15 | 0.78 | 0.41 |
| Hex | B9 | 17 | A3 | 0 | 58 | C | 1B | 134 | 4E | 29 |
| Octal | 271 | 27 | 243 | 0 | 130 | 14 | 33 | 464 | 116 | 51 |
| Binary | 10111001 | 10111 | 10100011 | 0 | 1011000 | 1100 | 11011 | 100110100 | 1001110 | 101001 |
Color Harmonies of #B917A3
Complementary color
Monochromatic Colors of #B917A3
Black with #B917A3
Text Example
Text Example
White with #B917A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917A3; }
p { color: rgb(185,23,163); }
H1.HeaderClassName
{
color: #B917A3;
}
.AnyTagClassName
{
color: #B917A3;
}
</style>
background-color css
<style>
a { background-color: #B917A3; }
a { background-color: rgb(185,23,163); }
div.DivClassName
{
background-color: #B917A3;
}
.BgClassName
{
background-color: #B917A3;
}
</style>
border-color css
<style>
span { border-color: #B917A3; }
span { border-color: rgb(185,23,163); }
td.TdClassName
{
border-color: #B917A3;
}
.TagClassName
{
border-color: #B917A3;
}
</style>