Shades of Medium Red Violet #B0347E
Tints of Medium Red Violet #B0347E
RGB
CMYK
RGB Variations
Color information
#B0347E (or 0xB0347E) is known color: Medium Red Violet. HEX triplet: B0, 34 and 7E. RGB value is (176,52,126). Sum of RGB (Red+Green+Blue) = 176+52+126=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0347E is #4FCB81. Grayscale: #616161. Windows color (decimal): -5229442 or 8271024. OLE color: 8271024.
HSL color Cylindrical-coordinate representation of color #B0347E: hue angle of 324.19º 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 #B0347E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 126 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.31 |
| HSL | 324.19º | 0.54% | 0.45% | - |
| HSV(B) | 324.19º | 0.7% | 0.69% | - |
| XYZ | 22.9 | 13.19 | 21.08 | - |
| YUV | 97.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 126 | 0 | 0.70 | 0.28 | 0.31 | 324.19 | 0.54 | 0.45 |
| Hex | B0 | 34 | 7E | 0 | 46 | 1C | 1F | 144 | 36 | 2D |
| Octal | 260 | 64 | 176 | 0 | 106 | 34 | 37 | 504 | 66 | 55 |
| Binary | 10110000 | 110100 | 1111110 | 0 | 1000110 | 11100 | 11111 | 101000100 | 110110 | 101101 |
Color Harmonies of #B0347E
Complementary color
Monochromatic Colors of #B0347E
Black with #B0347E
Text Example
Text Example
White with #B0347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0347E; }
p { color: rgb(176,52,126); }
H1.HeaderClassName
{
color: #B0347E;
}
.AnyTagClassName
{
color: #B0347E;
}
</style>
background-color css
<style>
a { background-color: #B0347E; }
a { background-color: rgb(176,52,126); }
div.DivClassName
{
background-color: #B0347E;
}
.BgClassName
{
background-color: #B0347E;
}
</style>
border-color css
<style>
span { border-color: #B0347E; }
span { border-color: rgb(176,52,126); }
td.TdClassName
{
border-color: #B0347E;
}
.TagClassName
{
border-color: #B0347E;
}
</style>