Shades of Medium Red Violet #B7348C
Tints of Medium Red Violet #B7348C
RGB
CMYK
RGB Variations
Color information
#B7348C (or 0xB7348C) is known color: Medium Red Violet. HEX triplet: B7, 34 and 8C. RGB value is (183,52,140). Sum of RGB (Red+Green+Blue) = 183+52+140=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7348C is #48CB73. Grayscale: #646464. Windows color (decimal): -4770676 or 9188535. OLE color: 9188535.
HSL color Cylindrical-coordinate representation of color #B7348C: hue angle of 319.69º 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 #B7348C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 140 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.28 |
| HSL | 319.69º | 0.56% | 0.46% | - |
| HSV(B) | 319.69º | 0.72% | 0.72% | - |
| XYZ | 25.49 | 14.42 | 26.25 | - |
| YUV | 101.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 140 | 0 | 0.72 | 0.23 | 0.28 | 319.69 | 0.56 | 0.46 |
| Hex | B7 | 34 | 8C | 0 | 48 | 17 | 1C | 140 | 38 | 2E |
| Octal | 267 | 64 | 214 | 0 | 110 | 27 | 34 | 500 | 70 | 56 |
| Binary | 10110111 | 110100 | 10001100 | 0 | 1001000 | 10111 | 11100 | 101000000 | 111000 | 101110 |
Color Harmonies of #B7348C
Complementary color
Monochromatic Colors of #B7348C
Black with #B7348C
Text Example
Text Example
White with #B7348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7348C; }
p { color: rgb(183,52,140); }
H1.HeaderClassName
{
color: #B7348C;
}
.AnyTagClassName
{
color: #B7348C;
}
</style>
background-color css
<style>
a { background-color: #B7348C; }
a { background-color: rgb(183,52,140); }
div.DivClassName
{
background-color: #B7348C;
}
.BgClassName
{
background-color: #B7348C;
}
</style>
border-color css
<style>
span { border-color: #B7348C; }
span { border-color: rgb(183,52,140); }
td.TdClassName
{
border-color: #B7348C;
}
.TagClassName
{
border-color: #B7348C;
}
</style>