Shades of Medium Red Violet #B6347C
Tints of Medium Red Violet #B6347C
RGB
CMYK
RGB Variations
Color information
#B6347C (or 0xB6347C) is known color: Medium Red Violet. HEX triplet: B6, 34 and 7C. RGB value is (182,52,124). Sum of RGB (Red+Green+Blue) = 182+52+124=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6347C is #49CB83. Grayscale: #626262. Windows color (decimal): -4836228 or 8139958. OLE color: 8139958.
HSL color Cylindrical-coordinate representation of color #B6347C: hue angle of 326.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6347C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 124 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.29 |
| HSL | 326.77º | 0.56% | 0.46% | - |
| HSV(B) | 326.77º | 0.71% | 0.71% | - |
| XYZ | 24.16 | 13.86 | 20.47 | - |
| YUV | 99.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 124 | 0 | 0.71 | 0.32 | 0.29 | 326.77 | 0.56 | 0.46 |
| Hex | B6 | 34 | 7C | 0 | 47 | 20 | 1D | 147 | 38 | 2E |
| Octal | 266 | 64 | 174 | 0 | 107 | 40 | 35 | 507 | 70 | 56 |
| Binary | 10110110 | 110100 | 1111100 | 0 | 1000111 | 100000 | 11101 | 101000111 | 111000 | 101110 |
Color Harmonies of #B6347C
Complementary color
Monochromatic Colors of #B6347C
Black with #B6347C
Text Example
Text Example
White with #B6347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6347C; }
p { color: rgb(182,52,124); }
H1.HeaderClassName
{
color: #B6347C;
}
.AnyTagClassName
{
color: #B6347C;
}
</style>
background-color css
<style>
a { background-color: #B6347C; }
a { background-color: rgb(182,52,124); }
div.DivClassName
{
background-color: #B6347C;
}
.BgClassName
{
background-color: #B6347C;
}
</style>
border-color css
<style>
span { border-color: #B6347C; }
span { border-color: rgb(182,52,124); }
td.TdClassName
{
border-color: #B6347C;
}
.TagClassName
{
border-color: #B6347C;
}
</style>