Shades of Medium Red Violet #B934A0
Tints of Medium Red Violet #B934A0
RGB
CMYK
RGB Variations
Color information
#B934A0 (or 0xB934A0) is known color: Medium Red Violet. HEX triplet: B9, 34 and A0. RGB value is (185,52,160). Sum of RGB (Red+Green+Blue) = 185+52+160=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B934A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934A0 is #46CB5F. Grayscale: #676767. Windows color (decimal): -4639584 or 10499257. OLE color: 10499257.
HSL color Cylindrical-coordinate representation of color #B934A0: hue angle of 311.28º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934A0 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 160 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.27 |
| HSL | 311.28º | 0.56% | 0.46% | - |
| HSV(B) | 311.28º | 0.72% | 0.73% | - |
| XYZ | 27.58 | 15.31 | 34.76 | - |
| YUV | 104.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 160 | 0 | 0.72 | 0.14 | 0.27 | 311.28 | 0.56 | 0.46 |
| Hex | B9 | 34 | A0 | 0 | 48 | E | 1B | 137 | 38 | 2E |
| Octal | 271 | 64 | 240 | 0 | 110 | 16 | 33 | 467 | 70 | 56 |
| Binary | 10111001 | 110100 | 10100000 | 0 | 1001000 | 1110 | 11011 | 100110111 | 111000 | 101110 |
Color Harmonies of #B934A0
Complementary color
Monochromatic Colors of #B934A0
Black with #B934A0
Text Example
Text Example
White with #B934A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934A0; }
p { color: rgb(185,52,160); }
H1.HeaderClassName
{
color: #B934A0;
}
.AnyTagClassName
{
color: #B934A0;
}
</style>
background-color css
<style>
a { background-color: #B934A0; }
a { background-color: rgb(185,52,160); }
div.DivClassName
{
background-color: #B934A0;
}
.BgClassName
{
background-color: #B934A0;
}
</style>
border-color css
<style>
span { border-color: #B934A0; }
span { border-color: rgb(185,52,160); }
td.TdClassName
{
border-color: #B934A0;
}
.TagClassName
{
border-color: #B934A0;
}
</style>