Shades of Medium Red Violet #B0348F
Tints of Medium Red Violet #B0348F
RGB
CMYK
RGB Variations
Color information
#B0348F (or 0xB0348F) is known color: Medium Red Violet. HEX triplet: B0, 34 and 8F. RGB value is (176,52,143). Sum of RGB (Red+Green+Blue) = 176+52+143=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0348F is #4FCB70. Grayscale: #636363. Windows color (decimal): -5229425 or 9385136. OLE color: 9385136.
HSL color Cylindrical-coordinate representation of color #B0348F: hue angle of 315.97º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0348F is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 143 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.31 |
| HSL | 315.97º | 0.54% | 0.45% | - |
| HSV(B) | 315.97º | 0.7% | 0.69% | - |
| XYZ | 24.09 | 13.67 | 27.36 | - |
| YUV | 99.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 143 | 0 | 0.70 | 0.19 | 0.31 | 315.97 | 0.54 | 0.45 |
| Hex | B0 | 34 | 8F | 0 | 46 | 13 | 1F | 13C | 36 | 2D |
| Octal | 260 | 64 | 217 | 0 | 106 | 23 | 37 | 474 | 66 | 55 |
| Binary | 10110000 | 110100 | 10001111 | 0 | 1000110 | 10011 | 11111 | 100111100 | 110110 | 101101 |
Color Harmonies of #B0348F
Complementary color
Monochromatic Colors of #B0348F
Black with #B0348F
Text Example
Text Example
White with #B0348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0348F; }
p { color: rgb(176,52,143); }
H1.HeaderClassName
{
color: #B0348F;
}
.AnyTagClassName
{
color: #B0348F;
}
</style>
background-color css
<style>
a { background-color: #B0348F; }
a { background-color: rgb(176,52,143); }
div.DivClassName
{
background-color: #B0348F;
}
.BgClassName
{
background-color: #B0348F;
}
</style>
border-color css
<style>
span { border-color: #B0348F; }
span { border-color: rgb(176,52,143); }
td.TdClassName
{
border-color: #B0348F;
}
.TagClassName
{
border-color: #B0348F;
}
</style>