Shades of Medium Red Violet #B938A3
Tints of Medium Red Violet #B938A3
RGB
CMYK
RGB Variations
Color information
#B938A3 (or 0xB938A3) is known color: Medium Red Violet. HEX triplet: B9, 38 and A3. RGB value is (185,56,163). Sum of RGB (Red+Green+Blue) = 185+56+163=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B938A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B938A3 is #46C75C. Grayscale: #6A6A6A. Windows color (decimal): -4638557 or 10696889. OLE color: 10696889.
HSL color Cylindrical-coordinate representation of color #B938A3: hue angle of 310.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B938A3 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 163 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.27 |
| HSL | 310.23º | 0.54% | 0.47% | - |
| HSV(B) | 310.23º | 0.7% | 0.73% | - |
| XYZ | 28.03 | 15.79 | 36.22 | - |
| YUV | 106.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 163 | 0 | 0.70 | 0.12 | 0.27 | 310.23 | 0.54 | 0.47 |
| Hex | B9 | 38 | A3 | 0 | 46 | C | 1B | 136 | 36 | 2F |
| Octal | 271 | 70 | 243 | 0 | 106 | 14 | 33 | 466 | 66 | 57 |
| Binary | 10111001 | 111000 | 10100011 | 0 | 1000110 | 1100 | 11011 | 100110110 | 110110 | 101111 |
Color Harmonies of #B938A3
Complementary color
Monochromatic Colors of #B938A3
Black with #B938A3
Text Example
Text Example
White with #B938A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938A3; }
p { color: rgb(185,56,163); }
H1.HeaderClassName
{
color: #B938A3;
}
.AnyTagClassName
{
color: #B938A3;
}
</style>
background-color css
<style>
a { background-color: #B938A3; }
a { background-color: rgb(185,56,163); }
div.DivClassName
{
background-color: #B938A3;
}
.BgClassName
{
background-color: #B938A3;
}
</style>
border-color css
<style>
span { border-color: #B938A3; }
span { border-color: rgb(185,56,163); }
td.TdClassName
{
border-color: #B938A3;
}
.TagClassName
{
border-color: #B938A3;
}
</style>