Shades of Medium Red Violet #B9347D
Tints of Medium Red Violet #B9347D
RGB
CMYK
RGB Variations
Color information
#B9347D (or 0xB9347D) is known color: Medium Red Violet. HEX triplet: B9, 34 and 7D. RGB value is (185,52,125). Sum of RGB (Red+Green+Blue) = 185+52+125=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9347D is #46CB82. Grayscale: #636363. Windows color (decimal): -4639619 or 8205497. OLE color: 8205497.
HSL color Cylindrical-coordinate representation of color #B9347D: hue angle of 327.07º 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 #B9347D is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 125 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.27 |
| HSL | 327.07º | 0.56% | 0.46% | - |
| HSV(B) | 327.07º | 0.72% | 0.73% | - |
| XYZ | 24.94 | 14.25 | 20.84 | - |
| YUV | 100.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 125 | 0 | 0.72 | 0.32 | 0.27 | 327.07 | 0.56 | 0.46 |
| Hex | B9 | 34 | 7D | 0 | 48 | 20 | 1B | 147 | 38 | 2E |
| Octal | 271 | 64 | 175 | 0 | 110 | 40 | 33 | 507 | 70 | 56 |
| Binary | 10111001 | 110100 | 1111101 | 0 | 1001000 | 100000 | 11011 | 101000111 | 111000 | 101110 |
Color Harmonies of #B9347D
Complementary color
Monochromatic Colors of #B9347D
Black with #B9347D
Text Example
Text Example
White with #B9347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9347D; }
p { color: rgb(185,52,125); }
H1.HeaderClassName
{
color: #B9347D;
}
.AnyTagClassName
{
color: #B9347D;
}
</style>
background-color css
<style>
a { background-color: #B9347D; }
a { background-color: rgb(185,52,125); }
div.DivClassName
{
background-color: #B9347D;
}
.BgClassName
{
background-color: #B9347D;
}
</style>
border-color css
<style>
span { border-color: #B9347D; }
span { border-color: rgb(185,52,125); }
td.TdClassName
{
border-color: #B9347D;
}
.TagClassName
{
border-color: #B9347D;
}
</style>