Shades of Medium Red Violet #B7348F
Tints of Medium Red Violet #B7348F
RGB
CMYK
RGB Variations
Color information
#B7348F (or 0xB7348F) is known color: Medium Red Violet. HEX triplet: B7, 34 and 8F. RGB value is (183,52,143). Sum of RGB (Red+Green+Blue) = 183+52+143=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7348F is #48CB70. Grayscale: #656565. Windows color (decimal): -4770673 or 9385143. OLE color: 9385143.
HSL color Cylindrical-coordinate representation of color #B7348F: hue angle of 318.32º 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 #B7348F is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 143 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.28 |
| HSL | 318.32º | 0.56% | 0.46% | - |
| HSV(B) | 318.32º | 0.72% | 0.72% | - |
| XYZ | 25.71 | 14.51 | 27.43 | - |
| YUV | 101.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 143 | 0 | 0.72 | 0.22 | 0.28 | 318.32 | 0.56 | 0.46 |
| Hex | B7 | 34 | 8F | 0 | 48 | 16 | 1C | 13E | 38 | 2E |
| Octal | 267 | 64 | 217 | 0 | 110 | 26 | 34 | 476 | 70 | 56 |
| Binary | 10110111 | 110100 | 10001111 | 0 | 1001000 | 10110 | 11100 | 100111110 | 111000 | 101110 |
Color Harmonies of #B7348F
Complementary color
Monochromatic Colors of #B7348F
Black with #B7348F
Text Example
Text Example
White with #B7348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7348F; }
p { color: rgb(183,52,143); }
H1.HeaderClassName
{
color: #B7348F;
}
.AnyTagClassName
{
color: #B7348F;
}
</style>
background-color css
<style>
a { background-color: #B7348F; }
a { background-color: rgb(183,52,143); }
div.DivClassName
{
background-color: #B7348F;
}
.BgClassName
{
background-color: #B7348F;
}
</style>
border-color css
<style>
span { border-color: #B7348F; }
span { border-color: rgb(183,52,143); }
td.TdClassName
{
border-color: #B7348F;
}
.TagClassName
{
border-color: #B7348F;
}
</style>