Shades of Medium Red Violet #B7349B
Tints of Medium Red Violet #B7349B
RGB
CMYK
RGB Variations
Color information
#B7349B (or 0xB7349B) is known color: Medium Red Violet. HEX triplet: B7, 34 and 9B. RGB value is (183,52,155). Sum of RGB (Red+Green+Blue) = 183+52+155=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7349B is #48CB64. Grayscale: #666666. Windows color (decimal): -4770661 or 10171575. OLE color: 10171575.
HSL color Cylindrical-coordinate representation of color #B7349B: hue angle of 312.82º 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 #B7349B is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 155 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.28 |
| HSL | 312.82º | 0.56% | 0.46% | - |
| HSV(B) | 312.82º | 0.72% | 0.72% | - |
| XYZ | 26.67 | 14.89 | 32.48 | - |
| YUV | 102.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 155 | 0 | 0.72 | 0.15 | 0.28 | 312.82 | 0.56 | 0.46 |
| Hex | B7 | 34 | 9B | 0 | 48 | F | 1C | 139 | 38 | 2E |
| Octal | 267 | 64 | 233 | 0 | 110 | 17 | 34 | 471 | 70 | 56 |
| Binary | 10110111 | 110100 | 10011011 | 0 | 1001000 | 1111 | 11100 | 100111001 | 111000 | 101110 |
Color Harmonies of #B7349B
Complementary color
Monochromatic Colors of #B7349B
Black with #B7349B
Text Example
Text Example
White with #B7349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7349B; }
p { color: rgb(183,52,155); }
H1.HeaderClassName
{
color: #B7349B;
}
.AnyTagClassName
{
color: #B7349B;
}
</style>
background-color css
<style>
a { background-color: #B7349B; }
a { background-color: rgb(183,52,155); }
div.DivClassName
{
background-color: #B7349B;
}
.BgClassName
{
background-color: #B7349B;
}
</style>
border-color css
<style>
span { border-color: #B7349B; }
span { border-color: rgb(183,52,155); }
td.TdClassName
{
border-color: #B7349B;
}
.TagClassName
{
border-color: #B7349B;
}
</style>