Shades of Medium Red Violet #B6246D
Tints of Medium Red Violet #B6246D
RGB
CMYK
RGB Variations
Color information
#B6246D (or 0xB6246D) is known color: Medium Red Violet. HEX triplet: B6, 24 and 6D. RGB value is (182,36,109). Sum of RGB (Red+Green+Blue) = 182+36+109=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6246D is #49DB92. Grayscale: #575757. Windows color (decimal): -4840339 or 7152822. OLE color: 7152822.
HSL color Cylindrical-coordinate representation of color #B6246D: hue angle of 330º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6246D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 109 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.29 |
| HSL | 330º | 0.67% | 0.43% | - |
| HSV(B) | 330º | 0.8% | 0.71% | - |
| XYZ | 22.68 | 12.31 | 15.65 | - |
| YUV | 87.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 109 | 0 | 0.80 | 0.40 | 0.29 | 330 | 0.67 | 0.43 |
| Hex | B6 | 24 | 6D | 0 | 50 | 28 | 1D | 14A | 43 | 2B |
| Octal | 266 | 44 | 155 | 0 | 120 | 50 | 35 | 512 | 103 | 53 |
| Binary | 10110110 | 100100 | 1101101 | 0 | 1010000 | 101000 | 11101 | 101001010 | 1000011 | 101011 |
Color Harmonies of #B6246D
Complementary color
Monochromatic Colors of #B6246D
Black with #B6246D
Text Example
Text Example
White with #B6246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6246D; }
p { color: rgb(182,36,109); }
H1.HeaderClassName
{
color: #B6246D;
}
.AnyTagClassName
{
color: #B6246D;
}
</style>
background-color css
<style>
a { background-color: #B6246D; }
a { background-color: rgb(182,36,109); }
div.DivClassName
{
background-color: #B6246D;
}
.BgClassName
{
background-color: #B6246D;
}
</style>
border-color css
<style>
span { border-color: #B6246D; }
span { border-color: rgb(182,36,109); }
td.TdClassName
{
border-color: #B6246D;
}
.TagClassName
{
border-color: #B6246D;
}
</style>