Shades of Medium Red Violet #B7348D
Tints of Medium Red Violet #B7348D
RGB
CMYK
RGB Variations
Color information
#B7348D (or 0xB7348D) is known color: Medium Red Violet. HEX triplet: B7, 34 and 8D. RGB value is (183,52,141). Sum of RGB (Red+Green+Blue) = 183+52+141=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7348D is #48CB72. Grayscale: #656565. Windows color (decimal): -4770675 or 9254071. OLE color: 9254071.
HSL color Cylindrical-coordinate representation of color #B7348D: hue angle of 319.24º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7348D is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 141 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.28 |
| HSL | 319.24º | 0.56% | 0.46% | - |
| HSV(B) | 319.24º | 0.72% | 0.72% | - |
| XYZ | 25.56 | 14.45 | 26.64 | - |
| YUV | 101.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 141 | 0 | 0.72 | 0.23 | 0.28 | 319.24 | 0.56 | 0.46 |
| Hex | B7 | 34 | 8D | 0 | 48 | 17 | 1C | 13F | 38 | 2E |
| Octal | 267 | 64 | 215 | 0 | 110 | 27 | 34 | 477 | 70 | 56 |
| Binary | 10110111 | 110100 | 10001101 | 0 | 1001000 | 10111 | 11100 | 100111111 | 111000 | 101110 |
Color Harmonies of #B7348D
Complementary color
Monochromatic Colors of #B7348D
Black with #B7348D
Text Example
Text Example
White with #B7348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7348D; }
p { color: rgb(183,52,141); }
H1.HeaderClassName
{
color: #B7348D;
}
.AnyTagClassName
{
color: #B7348D;
}
</style>
background-color css
<style>
a { background-color: #B7348D; }
a { background-color: rgb(183,52,141); }
div.DivClassName
{
background-color: #B7348D;
}
.BgClassName
{
background-color: #B7348D;
}
</style>
border-color css
<style>
span { border-color: #B7348D; }
span { border-color: rgb(183,52,141); }
td.TdClassName
{
border-color: #B7348D;
}
.TagClassName
{
border-color: #B7348D;
}
</style>