Shades of Medium Red Violet #B935A2
Tints of Medium Red Violet #B935A2
RGB
CMYK
RGB Variations
Color information
#B935A2 (or 0xB935A2) is known color: Medium Red Violet. HEX triplet: B9, 35 and A2. RGB value is (185,53,162). Sum of RGB (Red+Green+Blue) = 185+53+162=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A2 is #46CA5D. Grayscale: #686868. Windows color (decimal): -4639326 or 10630585. OLE color: 10630585.
HSL color Cylindrical-coordinate representation of color #B935A2: hue angle of 310.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B935A2 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 162 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.27 |
| HSL | 310.45º | 0.55% | 0.47% | - |
| HSV(B) | 310.45º | 0.71% | 0.73% | - |
| XYZ | 27.8 | 15.47 | 35.7 | - |
| YUV | 104.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 162 | 0 | 0.71 | 0.12 | 0.27 | 310.45 | 0.55 | 0.47 |
| Hex | B9 | 35 | A2 | 0 | 47 | C | 1B | 136 | 37 | 2F |
| Octal | 271 | 65 | 242 | 0 | 107 | 14 | 33 | 466 | 67 | 57 |
| Binary | 10111001 | 110101 | 10100010 | 0 | 1000111 | 1100 | 11011 | 100110110 | 110111 | 101111 |
Color Harmonies of #B935A2
Complementary color
Monochromatic Colors of #B935A2
Black with #B935A2
Text Example
Text Example
White with #B935A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935A2; }
p { color: rgb(185,53,162); }
H1.HeaderClassName
{
color: #B935A2;
}
.AnyTagClassName
{
color: #B935A2;
}
</style>
background-color css
<style>
a { background-color: #B935A2; }
a { background-color: rgb(185,53,162); }
div.DivClassName
{
background-color: #B935A2;
}
.BgClassName
{
background-color: #B935A2;
}
</style>
border-color css
<style>
span { border-color: #B935A2; }
span { border-color: rgb(185,53,162); }
td.TdClassName
{
border-color: #B935A2;
}
.TagClassName
{
border-color: #B935A2;
}
</style>