Shades of Medium Red Violet #B934A2
Tints of Medium Red Violet #B934A2
RGB
CMYK
RGB Variations
Color information
#B934A2 (or 0xB934A2) is known color: Medium Red Violet. HEX triplet: B9, 34 and A2. RGB value is (185,52,162). Sum of RGB (Red+Green+Blue) = 185+52+162=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B934A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B934A2 is #46CB5D. Grayscale: #686868. Windows color (decimal): -4639582 or 10630329. OLE color: 10630329.
HSL color Cylindrical-coordinate representation of color #B934A2: hue angle of 310.38º 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 #B934A2 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 162 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.27 |
| HSL | 310.38º | 0.56% | 0.46% | - |
| HSV(B) | 310.38º | 0.72% | 0.73% | - |
| XYZ | 27.76 | 15.38 | 35.69 | - |
| YUV | 104.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 162 | 0 | 0.72 | 0.12 | 0.27 | 310.38 | 0.56 | 0.46 |
| Hex | B9 | 34 | A2 | 0 | 48 | C | 1B | 136 | 38 | 2E |
| Octal | 271 | 64 | 242 | 0 | 110 | 14 | 33 | 466 | 70 | 56 |
| Binary | 10111001 | 110100 | 10100010 | 0 | 1001000 | 1100 | 11011 | 100110110 | 111000 | 101110 |
Color Harmonies of #B934A2
Complementary color
Monochromatic Colors of #B934A2
Black with #B934A2
Text Example
Text Example
White with #B934A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934A2; }
p { color: rgb(185,52,162); }
H1.HeaderClassName
{
color: #B934A2;
}
.AnyTagClassName
{
color: #B934A2;
}
</style>
background-color css
<style>
a { background-color: #B934A2; }
a { background-color: rgb(185,52,162); }
div.DivClassName
{
background-color: #B934A2;
}
.BgClassName
{
background-color: #B934A2;
}
</style>
border-color css
<style>
span { border-color: #B934A2; }
span { border-color: rgb(185,52,162); }
td.TdClassName
{
border-color: #B934A2;
}
.TagClassName
{
border-color: #B934A2;
}
</style>