Shades of Medium Red Violet #B6327C
Tints of Medium Red Violet #B6327C
RGB
CMYK
RGB Variations
Color information
#B6327C (or 0xB6327C) is known color: Medium Red Violet. HEX triplet: B6, 32 and 7C. RGB value is (182,50,124). Sum of RGB (Red+Green+Blue) = 182+50+124=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6327C is #49CD83. Grayscale: #616161. Windows color (decimal): -4836740 or 8139446. OLE color: 8139446.
HSL color Cylindrical-coordinate representation of color #B6327C: hue angle of 326.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6327C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 124 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.29 |
| HSL | 326.36º | 0.57% | 0.45% | - |
| HSV(B) | 326.36º | 0.73% | 0.71% | - |
| XYZ | 24.07 | 13.68 | 20.44 | - |
| YUV | 97.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 124 | 0 | 0.73 | 0.32 | 0.29 | 326.36 | 0.57 | 0.45 |
| Hex | B6 | 32 | 7C | 0 | 49 | 20 | 1D | 146 | 39 | 2D |
| Octal | 266 | 62 | 174 | 0 | 111 | 40 | 35 | 506 | 71 | 55 |
| Binary | 10110110 | 110010 | 1111100 | 0 | 1001001 | 100000 | 11101 | 101000110 | 111001 | 101101 |
Color Harmonies of #B6327C
Complementary color
Monochromatic Colors of #B6327C
Black with #B6327C
Text Example
Text Example
White with #B6327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6327C; }
p { color: rgb(182,50,124); }
H1.HeaderClassName
{
color: #B6327C;
}
.AnyTagClassName
{
color: #B6327C;
}
</style>
background-color css
<style>
a { background-color: #B6327C; }
a { background-color: rgb(182,50,124); }
div.DivClassName
{
background-color: #B6327C;
}
.BgClassName
{
background-color: #B6327C;
}
</style>
border-color css
<style>
span { border-color: #B6327C; }
span { border-color: rgb(182,50,124); }
td.TdClassName
{
border-color: #B6327C;
}
.TagClassName
{
border-color: #B6327C;
}
</style>