Shades of Medium Red Violet #B3317A
Tints of Medium Red Violet #B3317A
RGB
CMYK
RGB Variations
Color information
#B3317A (or 0xB3317A) is known color: Medium Red Violet. HEX triplet: B3, 31 and 7A. RGB value is (179,49,122). Sum of RGB (Red+Green+Blue) = 179+49+122=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B3317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3317A is #4CCE85. Grayscale: #606060. Windows color (decimal): -5033606 or 8008115. OLE color: 8008115.
HSL color Cylindrical-coordinate representation of color #B3317A: hue angle of 326.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3317A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 122 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.30 |
| HSL | 326.31º | 0.57% | 0.45% | - |
| HSV(B) | 326.31º | 0.73% | 0.7% | - |
| XYZ | 23.2 | 13.19 | 19.73 | - |
| YUV | 96.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 122 | 0 | 0.73 | 0.32 | 0.30 | 326.31 | 0.57 | 0.45 |
| Hex | B3 | 31 | 7A | 0 | 49 | 20 | 1E | 146 | 39 | 2D |
| Octal | 263 | 61 | 172 | 0 | 111 | 40 | 36 | 506 | 71 | 55 |
| Binary | 10110011 | 110001 | 1111010 | 0 | 1001001 | 100000 | 11110 | 101000110 | 111001 | 101101 |
Color Harmonies of #B3317A
Complementary color
Monochromatic Colors of #B3317A
Black with #B3317A
Text Example
Text Example
White with #B3317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3317A; }
p { color: rgb(179,49,122); }
H1.HeaderClassName
{
color: #B3317A;
}
.AnyTagClassName
{
color: #B3317A;
}
</style>
background-color css
<style>
a { background-color: #B3317A; }
a { background-color: rgb(179,49,122); }
div.DivClassName
{
background-color: #B3317A;
}
.BgClassName
{
background-color: #B3317A;
}
</style>
border-color css
<style>
span { border-color: #B3317A; }
span { border-color: rgb(179,49,122); }
td.TdClassName
{
border-color: #B3317A;
}
.TagClassName
{
border-color: #B3317A;
}
</style>