Shades of Medium Red Violet #B6378D
Tints of Medium Red Violet #B6378D
RGB
CMYK
RGB Variations
Color information
#B6378D (or 0xB6378D) is known color: Medium Red Violet. HEX triplet: B6, 37 and 8D. RGB value is (182,55,141). Sum of RGB (Red+Green+Blue) = 182+55+141=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6378D is #49C872. Grayscale: #666666. Windows color (decimal): -4835443 or 9254838. OLE color: 9254838.
HSL color Cylindrical-coordinate representation of color #B6378D: hue angle of 319.37º 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 #B6378D is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 141 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.29 |
| HSL | 319.37º | 0.54% | 0.46% | - |
| HSV(B) | 319.37º | 0.7% | 0.71% | - |
| XYZ | 25.47 | 14.6 | 26.68 | - |
| YUV | 102.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 141 | 0 | 0.70 | 0.23 | 0.29 | 319.37 | 0.54 | 0.46 |
| Hex | B6 | 37 | 8D | 0 | 46 | 17 | 1D | 13F | 36 | 2E |
| Octal | 266 | 67 | 215 | 0 | 106 | 27 | 35 | 477 | 66 | 56 |
| Binary | 10110110 | 110111 | 10001101 | 0 | 1000110 | 10111 | 11101 | 100111111 | 110110 | 101110 |
Color Harmonies of #B6378D
Complementary color
Monochromatic Colors of #B6378D
Black with #B6378D
Text Example
Text Example
White with #B6378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6378D; }
p { color: rgb(182,55,141); }
H1.HeaderClassName
{
color: #B6378D;
}
.AnyTagClassName
{
color: #B6378D;
}
</style>
background-color css
<style>
a { background-color: #B6378D; }
a { background-color: rgb(182,55,141); }
div.DivClassName
{
background-color: #B6378D;
}
.BgClassName
{
background-color: #B6378D;
}
</style>
border-color css
<style>
span { border-color: #B6378D; }
span { border-color: rgb(182,55,141); }
td.TdClassName
{
border-color: #B6378D;
}
.TagClassName
{
border-color: #B6378D;
}
</style>