Shades of Medium Violet Red #B3097C
Tints of Medium Violet Red #B3097C
RGB
CMYK
RGB Variations
Color information
#B3097C (or 0xB3097C) is known color: Medium Violet Red. HEX triplet: B3, 09 and 7C. RGB value is (179,9,124). Sum of RGB (Red+Green+Blue) = 179+9+124=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3097C is #4CF683. Grayscale: #484848. Windows color (decimal): -5043844 or 8128947. OLE color: 8128947.
HSL color Cylindrical-coordinate representation of color #B3097C: hue angle of 319.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3097C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 124 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.30 |
| HSL | 319.41º | 0.9% | 0.37% | - |
| HSV(B) | 319.41º | 0.95% | 0.7% | - |
| XYZ | 22.33 | 11.23 | 20.06 | - |
| YUV | 72.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 124 | 0 | 0.95 | 0.31 | 0.30 | 319.41 | 0.9 | 0.37 |
| Hex | B3 | 9 | 7C | 0 | 5F | 1F | 1E | 13F | 5A | 25 |
| Octal | 263 | 11 | 174 | 0 | 137 | 37 | 36 | 477 | 132 | 45 |
| Binary | 10110011 | 1001 | 1111100 | 0 | 1011111 | 11111 | 11110 | 100111111 | 1011010 | 100101 |
Color Harmonies of #B3097C
Complementary color
Monochromatic Colors of #B3097C
Black with #B3097C
Text Example
Text Example
White with #B3097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3097C; }
p { color: rgb(179,9,124); }
H1.HeaderClassName
{
color: #B3097C;
}
.AnyTagClassName
{
color: #B3097C;
}
</style>
background-color css
<style>
a { background-color: #B3097C; }
a { background-color: rgb(179,9,124); }
div.DivClassName
{
background-color: #B3097C;
}
.BgClassName
{
background-color: #B3097C;
}
</style>
border-color css
<style>
span { border-color: #B3097C; }
span { border-color: rgb(179,9,124); }
td.TdClassName
{
border-color: #B3097C;
}
.TagClassName
{
border-color: #B3097C;
}
</style>