Shades of Medium Red Violet #B3348D
Tints of Medium Red Violet #B3348D
RGB
CMYK
RGB Variations
Color information
#B3348D (or 0xB3348D) is known color: Medium Red Violet. HEX triplet: B3, 34 and 8D. RGB value is (179,52,141). Sum of RGB (Red+Green+Blue) = 179+52+141=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3348D is #4CCB72. Grayscale: #636363. Windows color (decimal): -5032819 or 9254067. OLE color: 9254067.
HSL color Cylindrical-coordinate representation of color #B3348D: hue angle of 317.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3348D is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 141 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.30 |
| HSL | 317.95º | 0.55% | 0.45% | - |
| HSV(B) | 317.95º | 0.71% | 0.7% | - |
| XYZ | 24.63 | 13.96 | 26.6 | - |
| YUV | 100.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 141 | 0 | 0.71 | 0.21 | 0.30 | 317.95 | 0.55 | 0.45 |
| Hex | B3 | 34 | 8D | 0 | 47 | 15 | 1E | 13E | 37 | 2D |
| Octal | 263 | 64 | 215 | 0 | 107 | 25 | 36 | 476 | 67 | 55 |
| Binary | 10110011 | 110100 | 10001101 | 0 | 1000111 | 10101 | 11110 | 100111110 | 110111 | 101101 |
Color Harmonies of #B3348D
Complementary color
Monochromatic Colors of #B3348D
Black with #B3348D
Text Example
Text Example
White with #B3348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3348D; }
p { color: rgb(179,52,141); }
H1.HeaderClassName
{
color: #B3348D;
}
.AnyTagClassName
{
color: #B3348D;
}
</style>
background-color css
<style>
a { background-color: #B3348D; }
a { background-color: rgb(179,52,141); }
div.DivClassName
{
background-color: #B3348D;
}
.BgClassName
{
background-color: #B3348D;
}
</style>
border-color css
<style>
span { border-color: #B3348D; }
span { border-color: rgb(179,52,141); }
td.TdClassName
{
border-color: #B3348D;
}
.TagClassName
{
border-color: #B3348D;
}
</style>