Shades of Medium Red Violet #B6329C
Tints of Medium Red Violet #B6329C
RGB
CMYK
RGB Variations
Color information
#B6329C (or 0xB6329C) is known color: Medium Red Violet. HEX triplet: B6, 32 and 9C. RGB value is (182,50,156). Sum of RGB (Red+Green+Blue) = 182+50+156=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6329C is #49CD63. Grayscale: #656565. Windows color (decimal): -4836708 or 10236598. OLE color: 10236598.
HSL color Cylindrical-coordinate representation of color #B6329C: hue angle of 311.82º 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 #B6329C is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 156 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.29 |
| HSL | 311.82º | 0.57% | 0.45% | - |
| HSV(B) | 311.82º | 0.73% | 0.71% | - |
| XYZ | 26.43 | 14.63 | 32.88 | - |
| YUV | 101.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 156 | 0 | 0.73 | 0.14 | 0.29 | 311.82 | 0.57 | 0.45 |
| Hex | B6 | 32 | 9C | 0 | 49 | E | 1D | 138 | 39 | 2D |
| Octal | 266 | 62 | 234 | 0 | 111 | 16 | 35 | 470 | 71 | 55 |
| Binary | 10110110 | 110010 | 10011100 | 0 | 1001001 | 1110 | 11101 | 100111000 | 111001 | 101101 |
Color Harmonies of #B6329C
Complementary color
Monochromatic Colors of #B6329C
Black with #B6329C
Text Example
Text Example
White with #B6329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6329C; }
p { color: rgb(182,50,156); }
H1.HeaderClassName
{
color: #B6329C;
}
.AnyTagClassName
{
color: #B6329C;
}
</style>
background-color css
<style>
a { background-color: #B6329C; }
a { background-color: rgb(182,50,156); }
div.DivClassName
{
background-color: #B6329C;
}
.BgClassName
{
background-color: #B6329C;
}
</style>
border-color css
<style>
span { border-color: #B6329C; }
span { border-color: rgb(182,50,156); }
td.TdClassName
{
border-color: #B6329C;
}
.TagClassName
{
border-color: #B6329C;
}
</style>