Shades of Medium Red Violet #B6408B
Tints of Medium Red Violet #B6408B
RGB
CMYK
RGB Variations
Color information
#B6408B (or 0xB6408B) is known color: Medium Red Violet. HEX triplet: B6, 40 and 8B. RGB value is (182,64,139). Sum of RGB (Red+Green+Blue) = 182+64+139=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6408B is #49BF74. Grayscale: #6B6B6B. Windows color (decimal): -4833141 or 9126070. OLE color: 9126070.
HSL color Cylindrical-coordinate representation of color #B6408B: hue angle of 321.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6408B is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 139 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.29 |
| HSL | 321.86º | 0.48% | 0.48% | - |
| HSV(B) | 321.86º | 0.65% | 0.71% | - |
| XYZ | 25.79 | 15.48 | 26.05 | - |
| YUV | 107.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 139 | 0 | 0.65 | 0.24 | 0.29 | 321.86 | 0.48 | 0.48 |
| Hex | B6 | 40 | 8B | 0 | 41 | 18 | 1D | 142 | 30 | 30 |
| Octal | 266 | 100 | 213 | 0 | 101 | 30 | 35 | 502 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10001011 | 0 | 1000001 | 11000 | 11101 | 101000010 | 110000 | 110000 |
Color Harmonies of #B6408B
Complementary color
Monochromatic Colors of #B6408B
Black with #B6408B
Text Example
Text Example
White with #B6408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6408B; }
p { color: rgb(182,64,139); }
H1.HeaderClassName
{
color: #B6408B;
}
.AnyTagClassName
{
color: #B6408B;
}
</style>
background-color css
<style>
a { background-color: #B6408B; }
a { background-color: rgb(182,64,139); }
div.DivClassName
{
background-color: #B6408B;
}
.BgClassName
{
background-color: #B6408B;
}
</style>
border-color css
<style>
span { border-color: #B6408B; }
span { border-color: rgb(182,64,139); }
td.TdClassName
{
border-color: #B6408B;
}
.TagClassName
{
border-color: #B6408B;
}
</style>