Shades of Medium Red Violet #B9237D
Tints of Medium Red Violet #B9237D
RGB
CMYK
RGB Variations
Color information
#B9237D (or 0xB9237D) is known color: Medium Red Violet. HEX triplet: B9, 23 and 7D. RGB value is (185,35,125). Sum of RGB (Red+Green+Blue) = 185+35+125=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9237D is #46DC82. Grayscale: #595959. Windows color (decimal): -4643971 or 8201145. OLE color: 8201145.
HSL color Cylindrical-coordinate representation of color #B9237D: hue angle of 324º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9237D is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 125 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.27 |
| HSL | 324º | 0.68% | 0.43% | - |
| HSV(B) | 324º | 0.81% | 0.73% | - |
| XYZ | 24.31 | 13 | 20.63 | - |
| YUV | 90.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 125 | 0 | 0.81 | 0.32 | 0.27 | 324 | 0.68 | 0.43 |
| Hex | B9 | 23 | 7D | 0 | 51 | 20 | 1B | 144 | 44 | 2B |
| Octal | 271 | 43 | 175 | 0 | 121 | 40 | 33 | 504 | 104 | 53 |
| Binary | 10111001 | 100011 | 1111101 | 0 | 1010001 | 100000 | 11011 | 101000100 | 1000100 | 101011 |
Color Harmonies of #B9237D
Complementary color
Monochromatic Colors of #B9237D
Black with #B9237D
Text Example
Text Example
White with #B9237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9237D; }
p { color: rgb(185,35,125); }
H1.HeaderClassName
{
color: #B9237D;
}
.AnyTagClassName
{
color: #B9237D;
}
</style>
background-color css
<style>
a { background-color: #B9237D; }
a { background-color: rgb(185,35,125); }
div.DivClassName
{
background-color: #B9237D;
}
.BgClassName
{
background-color: #B9237D;
}
</style>
border-color css
<style>
span { border-color: #B9237D; }
span { border-color: rgb(185,35,125); }
td.TdClassName
{
border-color: #B9237D;
}
.TagClassName
{
border-color: #B9237D;
}
</style>