Shades of Medium Red Violet #B9327D
Tints of Medium Red Violet #B9327D
RGB
CMYK
RGB Variations
Color information
#B9327D (or 0xB9327D) is known color: Medium Red Violet. HEX triplet: B9, 32 and 7D. RGB value is (185,50,125). Sum of RGB (Red+Green+Blue) = 185+50+125=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9327D is #46CD82. Grayscale: #626262. Windows color (decimal): -4640131 or 8204985. OLE color: 8204985.
HSL color Cylindrical-coordinate representation of color #B9327D: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9327D is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 125 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.27 |
| HSL | 326.67º | 0.57% | 0.46% | - |
| HSV(B) | 326.67º | 0.73% | 0.73% | - |
| XYZ | 24.85 | 14.08 | 20.81 | - |
| YUV | 98.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 125 | 0 | 0.73 | 0.32 | 0.27 | 326.67 | 0.57 | 0.46 |
| Hex | B9 | 32 | 7D | 0 | 49 | 20 | 1B | 147 | 39 | 2E |
| Octal | 271 | 62 | 175 | 0 | 111 | 40 | 33 | 507 | 71 | 56 |
| Binary | 10111001 | 110010 | 1111101 | 0 | 1001001 | 100000 | 11011 | 101000111 | 111001 | 101110 |
Color Harmonies of #B9327D
Complementary color
Monochromatic Colors of #B9327D
Black with #B9327D
Text Example
Text Example
White with #B9327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9327D; }
p { color: rgb(185,50,125); }
H1.HeaderClassName
{
color: #B9327D;
}
.AnyTagClassName
{
color: #B9327D;
}
</style>
background-color css
<style>
a { background-color: #B9327D; }
a { background-color: rgb(185,50,125); }
div.DivClassName
{
background-color: #B9327D;
}
.BgClassName
{
background-color: #B9327D;
}
</style>
border-color css
<style>
span { border-color: #B9327D; }
span { border-color: rgb(185,50,125); }
td.TdClassName
{
border-color: #B9327D;
}
.TagClassName
{
border-color: #B9327D;
}
</style>