Shades of Medium Red Violet #B9309C
Tints of Medium Red Violet #B9309C
RGB
CMYK
RGB Variations
Color information
#B9309C (or 0xB9309C) is known color: Medium Red Violet. HEX triplet: B9, 30 and 9C. RGB value is (185,48,156). Sum of RGB (Red+Green+Blue) = 185+48+156=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9309C is #46CF63. Grayscale: #646464. Windows color (decimal): -4640612 or 10236089. OLE color: 10236089.
HSL color Cylindrical-coordinate representation of color #B9309C: hue angle of 312.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9309C is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 156 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.27 |
| HSL | 312.7º | 0.59% | 0.46% | - |
| HSV(B) | 312.7º | 0.74% | 0.73% | - |
| XYZ | 27.07 | 14.83 | 32.89 | - |
| YUV | 101.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 156 | 0 | 0.74 | 0.16 | 0.27 | 312.7 | 0.59 | 0.46 |
| Hex | B9 | 30 | 9C | 0 | 4A | 10 | 1B | 139 | 3B | 2E |
| Octal | 271 | 60 | 234 | 0 | 112 | 20 | 33 | 471 | 73 | 56 |
| Binary | 10111001 | 110000 | 10011100 | 0 | 1001010 | 10000 | 11011 | 100111001 | 111011 | 101110 |
Color Harmonies of #B9309C
Complementary color
Monochromatic Colors of #B9309C
Black with #B9309C
Text Example
Text Example
White with #B9309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9309C; }
p { color: rgb(185,48,156); }
H1.HeaderClassName
{
color: #B9309C;
}
.AnyTagClassName
{
color: #B9309C;
}
</style>
background-color css
<style>
a { background-color: #B9309C; }
a { background-color: rgb(185,48,156); }
div.DivClassName
{
background-color: #B9309C;
}
.BgClassName
{
background-color: #B9309C;
}
</style>
border-color css
<style>
span { border-color: #B9309C; }
span { border-color: rgb(185,48,156); }
td.TdClassName
{
border-color: #B9309C;
}
.TagClassName
{
border-color: #B9309C;
}
</style>