Shades of Medium Red Violet #B6329D
Tints of Medium Red Violet #B6329D
RGB
CMYK
RGB Variations
Color information
#B6329D (or 0xB6329D) is known color: Medium Red Violet. HEX triplet: B6, 32 and 9D. RGB value is (182,50,157). Sum of RGB (Red+Green+Blue) = 182+50+157=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6329D is #49CD62. Grayscale: #656565. Windows color (decimal): -4836707 or 10302134. OLE color: 10302134.
HSL color Cylindrical-coordinate representation of color #B6329D: hue angle of 311.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 #B6329D is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 157 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.29 |
| HSL | 311.36º | 0.57% | 0.45% | - |
| HSV(B) | 311.36º | 0.73% | 0.71% | - |
| XYZ | 26.52 | 14.66 | 33.33 | - |
| YUV | 101.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 157 | 0 | 0.73 | 0.14 | 0.29 | 311.36 | 0.57 | 0.45 |
| Hex | B6 | 32 | 9D | 0 | 49 | E | 1D | 137 | 39 | 2D |
| Octal | 266 | 62 | 235 | 0 | 111 | 16 | 35 | 467 | 71 | 55 |
| Binary | 10110110 | 110010 | 10011101 | 0 | 1001001 | 1110 | 11101 | 100110111 | 111001 | 101101 |
Color Harmonies of #B6329D
Complementary color
Monochromatic Colors of #B6329D
Black with #B6329D
Text Example
Text Example
White with #B6329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6329D; }
p { color: rgb(182,50,157); }
H1.HeaderClassName
{
color: #B6329D;
}
.AnyTagClassName
{
color: #B6329D;
}
</style>
background-color css
<style>
a { background-color: #B6329D; }
a { background-color: rgb(182,50,157); }
div.DivClassName
{
background-color: #B6329D;
}
.BgClassName
{
background-color: #B6329D;
}
</style>
border-color css
<style>
span { border-color: #B6329D; }
span { border-color: rgb(182,50,157); }
td.TdClassName
{
border-color: #B6329D;
}
.TagClassName
{
border-color: #B6329D;
}
</style>