Shades of Medium Red Violet #B9307B
Tints of Medium Red Violet #B9307B
RGB
CMYK
RGB Variations
Color information
#B9307B (or 0xB9307B) is known color: Medium Red Violet. HEX triplet: B9, 30 and 7B. RGB value is (185,48,123). Sum of RGB (Red+Green+Blue) = 185+48+123=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9307B is #46CF84. Grayscale: #616161. Windows color (decimal): -4640645 or 8073401. OLE color: 8073401.
HSL color Cylindrical-coordinate representation of color #B9307B: hue angle of 327.15º 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 #B9307B is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 123 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.27 |
| HSL | 327.15º | 0.59% | 0.46% | - |
| HSV(B) | 327.15º | 0.74% | 0.73% | - |
| XYZ | 24.64 | 13.86 | 20.12 | - |
| YUV | 97.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 123 | 0 | 0.74 | 0.34 | 0.27 | 327.15 | 0.59 | 0.46 |
| Hex | B9 | 30 | 7B | 0 | 4A | 22 | 1B | 147 | 3B | 2E |
| Octal | 271 | 60 | 173 | 0 | 112 | 42 | 33 | 507 | 73 | 56 |
| Binary | 10111001 | 110000 | 1111011 | 0 | 1001010 | 100010 | 11011 | 101000111 | 111011 | 101110 |
Color Harmonies of #B9307B
Complementary color
Monochromatic Colors of #B9307B
Black with #B9307B
Text Example
Text Example
White with #B9307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9307B; }
p { color: rgb(185,48,123); }
H1.HeaderClassName
{
color: #B9307B;
}
.AnyTagClassName
{
color: #B9307B;
}
</style>
background-color css
<style>
a { background-color: #B9307B; }
a { background-color: rgb(185,48,123); }
div.DivClassName
{
background-color: #B9307B;
}
.BgClassName
{
background-color: #B9307B;
}
</style>
border-color css
<style>
span { border-color: #B9307B; }
span { border-color: rgb(185,48,123); }
td.TdClassName
{
border-color: #B9307B;
}
.TagClassName
{
border-color: #B9307B;
}
</style>