Shades of Medium Red Violet #B6367C
Tints of Medium Red Violet #B6367C
RGB
CMYK
RGB Variations
Color information
#B6367C (or 0xB6367C) is known color: Medium Red Violet. HEX triplet: B6, 36 and 7C. RGB value is (182,54,124). Sum of RGB (Red+Green+Blue) = 182+54+124=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6367C is #49C983. Grayscale: #646464. Windows color (decimal): -4835716 or 8140470. OLE color: 8140470.
HSL color Cylindrical-coordinate representation of color #B6367C: hue angle of 327.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6367C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 124 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.29 |
| HSL | 327.19º | 0.54% | 0.46% | - |
| HSV(B) | 327.19º | 0.7% | 0.71% | - |
| XYZ | 24.25 | 14.04 | 20.5 | - |
| YUV | 100.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 124 | 0 | 0.70 | 0.32 | 0.29 | 327.19 | 0.54 | 0.46 |
| Hex | B6 | 36 | 7C | 0 | 46 | 20 | 1D | 147 | 36 | 2E |
| Octal | 266 | 66 | 174 | 0 | 106 | 40 | 35 | 507 | 66 | 56 |
| Binary | 10110110 | 110110 | 1111100 | 0 | 1000110 | 100000 | 11101 | 101000111 | 110110 | 101110 |
Color Harmonies of #B6367C
Complementary color
Monochromatic Colors of #B6367C
Black with #B6367C
Text Example
Text Example
White with #B6367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6367C; }
p { color: rgb(182,54,124); }
H1.HeaderClassName
{
color: #B6367C;
}
.AnyTagClassName
{
color: #B6367C;
}
</style>
background-color css
<style>
a { background-color: #B6367C; }
a { background-color: rgb(182,54,124); }
div.DivClassName
{
background-color: #B6367C;
}
.BgClassName
{
background-color: #B6367C;
}
</style>
border-color css
<style>
span { border-color: #B6367C; }
span { border-color: rgb(182,54,124); }
td.TdClassName
{
border-color: #B6367C;
}
.TagClassName
{
border-color: #B6367C;
}
</style>