Shades of Medium Red Violet #B9308C
Tints of Medium Red Violet #B9308C
RGB
CMYK
RGB Variations
Color information
#B9308C (or 0xB9308C) is known color: Medium Red Violet. HEX triplet: B9, 30 and 8C. RGB value is (185,48,140). Sum of RGB (Red+Green+Blue) = 185+48+140=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308C is #46CF73. Grayscale: #636363. Windows color (decimal): -4640628 or 9187513. OLE color: 9187513.
HSL color Cylindrical-coordinate representation of color #B9308C: hue angle of 319.71º 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 #B9308C is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 140 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.27 |
| HSL | 319.71º | 0.59% | 0.46% | - |
| HSV(B) | 319.71º | 0.74% | 0.73% | - |
| XYZ | 25.8 | 14.32 | 26.22 | - |
| YUV | 99.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 140 | 0 | 0.74 | 0.24 | 0.27 | 319.71 | 0.59 | 0.46 |
| Hex | B9 | 30 | 8C | 0 | 4A | 18 | 1B | 140 | 3B | 2E |
| Octal | 271 | 60 | 214 | 0 | 112 | 30 | 33 | 500 | 73 | 56 |
| Binary | 10111001 | 110000 | 10001100 | 0 | 1001010 | 11000 | 11011 | 101000000 | 111011 | 101110 |
Color Harmonies of #B9308C
Complementary color
Monochromatic Colors of #B9308C
Black with #B9308C
Text Example
Text Example
White with #B9308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9308C; }
p { color: rgb(185,48,140); }
H1.HeaderClassName
{
color: #B9308C;
}
.AnyTagClassName
{
color: #B9308C;
}
</style>
background-color css
<style>
a { background-color: #B9308C; }
a { background-color: rgb(185,48,140); }
div.DivClassName
{
background-color: #B9308C;
}
.BgClassName
{
background-color: #B9308C;
}
</style>
border-color css
<style>
span { border-color: #B9308C; }
span { border-color: rgb(185,48,140); }
td.TdClassName
{
border-color: #B9308C;
}
.TagClassName
{
border-color: #B9308C;
}
</style>