Shades of Medium Red Violet #B6327E
Tints of Medium Red Violet #B6327E
RGB
CMYK
RGB Variations
Color information
#B6327E (or 0xB6327E) is known color: Medium Red Violet. HEX triplet: B6, 32 and 7E. RGB value is (182,50,126). Sum of RGB (Red+Green+Blue) = 182+50+126=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6327E is #49CD81. Grayscale: #616161. Windows color (decimal): -4836738 or 8270518. OLE color: 8270518.
HSL color Cylindrical-coordinate representation of color #B6327E: hue angle of 325.45º 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 #B6327E is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 126 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.29 |
| HSL | 325.45º | 0.57% | 0.45% | - |
| HSV(B) | 325.45º | 0.73% | 0.71% | - |
| XYZ | 24.2 | 13.73 | 21.11 | - |
| YUV | 98.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 126 | 0 | 0.73 | 0.31 | 0.29 | 325.45 | 0.57 | 0.45 |
| Hex | B6 | 32 | 7E | 0 | 49 | 1F | 1D | 145 | 39 | 2D |
| Octal | 266 | 62 | 176 | 0 | 111 | 37 | 35 | 505 | 71 | 55 |
| Binary | 10110110 | 110010 | 1111110 | 0 | 1001001 | 11111 | 11101 | 101000101 | 111001 | 101101 |
Color Harmonies of #B6327E
Complementary color
Monochromatic Colors of #B6327E
Black with #B6327E
Text Example
Text Example
White with #B6327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6327E; }
p { color: rgb(182,50,126); }
H1.HeaderClassName
{
color: #B6327E;
}
.AnyTagClassName
{
color: #B6327E;
}
</style>
background-color css
<style>
a { background-color: #B6327E; }
a { background-color: rgb(182,50,126); }
div.DivClassName
{
background-color: #B6327E;
}
.BgClassName
{
background-color: #B6327E;
}
</style>
border-color css
<style>
span { border-color: #B6327E; }
span { border-color: rgb(182,50,126); }
td.TdClassName
{
border-color: #B6327E;
}
.TagClassName
{
border-color: #B6327E;
}
</style>