Shades of Medium Red Violet #B9347E
Tints of Medium Red Violet #B9347E
RGB
CMYK
RGB Variations
Color information
#B9347E (or 0xB9347E) is known color: Medium Red Violet. HEX triplet: B9, 34 and 7E. RGB value is (185,52,126). Sum of RGB (Red+Green+Blue) = 185+52+126=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347E is #46CB81. Grayscale: #646464. Windows color (decimal): -4639618 or 8271033. OLE color: 8271033.
HSL color Cylindrical-coordinate representation of color #B9347E: hue angle of 326.62º 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 #B9347E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 126 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.27 |
| HSL | 326.62º | 0.56% | 0.46% | - |
| HSV(B) | 326.62º | 0.72% | 0.73% | - |
| XYZ | 25 | 14.28 | 21.18 | - |
| YUV | 100.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 126 | 0 | 0.72 | 0.32 | 0.27 | 326.62 | 0.56 | 0.46 |
| Hex | B9 | 34 | 7E | 0 | 48 | 20 | 1B | 147 | 38 | 2E |
| Octal | 271 | 64 | 176 | 0 | 110 | 40 | 33 | 507 | 70 | 56 |
| Binary | 10111001 | 110100 | 1111110 | 0 | 1001000 | 100000 | 11011 | 101000111 | 111000 | 101110 |
Color Harmonies of #B9347E
Complementary color
Monochromatic Colors of #B9347E
Black with #B9347E
Text Example
Text Example
White with #B9347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9347E; }
p { color: rgb(185,52,126); }
H1.HeaderClassName
{
color: #B9347E;
}
.AnyTagClassName
{
color: #B9347E;
}
</style>
background-color css
<style>
a { background-color: #B9347E; }
a { background-color: rgb(185,52,126); }
div.DivClassName
{
background-color: #B9347E;
}
.BgClassName
{
background-color: #B9347E;
}
</style>
border-color css
<style>
span { border-color: #B9347E; }
span { border-color: rgb(185,52,126); }
td.TdClassName
{
border-color: #B9347E;
}
.TagClassName
{
border-color: #B9347E;
}
</style>