Shades of Medium Red Violet #B9349E
Tints of Medium Red Violet #B9349E
RGB
CMYK
RGB Variations
Color information
#B9349E (or 0xB9349E) is known color: Medium Red Violet. HEX triplet: B9, 34 and 9E. RGB value is (185,52,158). Sum of RGB (Red+Green+Blue) = 185+52+158=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9349E is #46CB61. Grayscale: #676767. Windows color (decimal): -4639586 or 10368185. OLE color: 10368185.
HSL color Cylindrical-coordinate representation of color #B9349E: hue angle of 312.18º 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 #B9349E is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 158 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.27 |
| HSL | 312.18º | 0.56% | 0.46% | - |
| HSV(B) | 312.18º | 0.72% | 0.73% | - |
| XYZ | 27.41 | 15.24 | 33.84 | - |
| YUV | 103.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 158 | 0 | 0.72 | 0.15 | 0.27 | 312.18 | 0.56 | 0.46 |
| Hex | B9 | 34 | 9E | 0 | 48 | F | 1B | 138 | 38 | 2E |
| Octal | 271 | 64 | 236 | 0 | 110 | 17 | 33 | 470 | 70 | 56 |
| Binary | 10111001 | 110100 | 10011110 | 0 | 1001000 | 1111 | 11011 | 100111000 | 111000 | 101110 |
Color Harmonies of #B9349E
Complementary color
Monochromatic Colors of #B9349E
Black with #B9349E
Text Example
Text Example
White with #B9349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9349E; }
p { color: rgb(185,52,158); }
H1.HeaderClassName
{
color: #B9349E;
}
.AnyTagClassName
{
color: #B9349E;
}
</style>
background-color css
<style>
a { background-color: #B9349E; }
a { background-color: rgb(185,52,158); }
div.DivClassName
{
background-color: #B9349E;
}
.BgClassName
{
background-color: #B9349E;
}
</style>
border-color css
<style>
span { border-color: #B9349E; }
span { border-color: rgb(185,52,158); }
td.TdClassName
{
border-color: #B9349E;
}
.TagClassName
{
border-color: #B9349E;
}
</style>