Shades of Medium Red Violet #B3348C
Tints of Medium Red Violet #B3348C
RGB
CMYK
RGB Variations
Color information
#B3348C (or 0xB3348C) is known color: Medium Red Violet. HEX triplet: B3, 34 and 8C. RGB value is (179,52,140). Sum of RGB (Red+Green+Blue) = 179+52+140=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3348C is #4CCB73. Grayscale: #636363. Windows color (decimal): -5032820 or 9188531. OLE color: 9188531.
HSL color Cylindrical-coordinate representation of color #B3348C: hue angle of 318.43º 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 #B3348C is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 140 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.30 |
| HSL | 318.43º | 0.55% | 0.45% | - |
| HSV(B) | 318.43º | 0.71% | 0.7% | - |
| XYZ | 24.55 | 13.93 | 26.21 | - |
| YUV | 100.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 140 | 0 | 0.71 | 0.22 | 0.30 | 318.43 | 0.55 | 0.45 |
| Hex | B3 | 34 | 8C | 0 | 47 | 16 | 1E | 13E | 37 | 2D |
| Octal | 263 | 64 | 214 | 0 | 107 | 26 | 36 | 476 | 67 | 55 |
| Binary | 10110011 | 110100 | 10001100 | 0 | 1000111 | 10110 | 11110 | 100111110 | 110111 | 101101 |
Color Harmonies of #B3348C
Complementary color
Monochromatic Colors of #B3348C
Black with #B3348C
Text Example
Text Example
White with #B3348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3348C; }
p { color: rgb(179,52,140); }
H1.HeaderClassName
{
color: #B3348C;
}
.AnyTagClassName
{
color: #B3348C;
}
</style>
background-color css
<style>
a { background-color: #B3348C; }
a { background-color: rgb(179,52,140); }
div.DivClassName
{
background-color: #B3348C;
}
.BgClassName
{
background-color: #B3348C;
}
</style>
border-color css
<style>
span { border-color: #B3348C; }
span { border-color: rgb(179,52,140); }
td.TdClassName
{
border-color: #B3348C;
}
.TagClassName
{
border-color: #B3348C;
}
</style>