Shades of Medium Red Violet #B935A0
Tints of Medium Red Violet #B935A0
RGB
CMYK
RGB Variations
Color information
#B935A0 (or 0xB935A0) is known color: Medium Red Violet. HEX triplet: B9, 35 and A0. RGB value is (185,53,160). Sum of RGB (Red+Green+Blue) = 185+53+160=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A0 is #46CA5F. Grayscale: #686868. Windows color (decimal): -4639328 or 10499513. OLE color: 10499513.
HSL color Cylindrical-coordinate representation of color #B935A0: hue angle of 311.36º 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 #B935A0 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 160 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.27 |
| HSL | 311.36º | 0.55% | 0.47% | - |
| HSV(B) | 311.36º | 0.71% | 0.73% | - |
| XYZ | 27.63 | 15.4 | 34.77 | - |
| YUV | 104.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 160 | 0 | 0.71 | 0.14 | 0.27 | 311.36 | 0.55 | 0.47 |
| Hex | B9 | 35 | A0 | 0 | 47 | E | 1B | 137 | 37 | 2F |
| Octal | 271 | 65 | 240 | 0 | 107 | 16 | 33 | 467 | 67 | 57 |
| Binary | 10111001 | 110101 | 10100000 | 0 | 1000111 | 1110 | 11011 | 100110111 | 110111 | 101111 |
Color Harmonies of #B935A0
Complementary color
Monochromatic Colors of #B935A0
Black with #B935A0
Text Example
Text Example
White with #B935A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935A0; }
p { color: rgb(185,53,160); }
H1.HeaderClassName
{
color: #B935A0;
}
.AnyTagClassName
{
color: #B935A0;
}
</style>
background-color css
<style>
a { background-color: #B935A0; }
a { background-color: rgb(185,53,160); }
div.DivClassName
{
background-color: #B935A0;
}
.BgClassName
{
background-color: #B935A0;
}
</style>
border-color css
<style>
span { border-color: #B935A0; }
span { border-color: rgb(185,53,160); }
td.TdClassName
{
border-color: #B935A0;
}
.TagClassName
{
border-color: #B935A0;
}
</style>