Shades of Medium Red Violet #B6408C
Tints of Medium Red Violet #B6408C
RGB
CMYK
RGB Variations
Color information
#B6408C (or 0xB6408C) is known color: Medium Red Violet. HEX triplet: B6, 40 and 8C. RGB value is (182,64,140). Sum of RGB (Red+Green+Blue) = 182+64+140=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6408C is #49BF73. Grayscale: #6B6B6B. Windows color (decimal): -4833140 or 9191606. OLE color: 9191606.
HSL color Cylindrical-coordinate representation of color #B6408C: hue angle of 321.36º 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 #B6408C is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 140 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.29 |
| HSL | 321.36º | 0.48% | 0.48% | - |
| HSV(B) | 321.36º | 0.65% | 0.71% | - |
| XYZ | 25.86 | 15.51 | 26.44 | - |
| YUV | 107.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 140 | 0 | 0.65 | 0.23 | 0.29 | 321.36 | 0.48 | 0.48 |
| Hex | B6 | 40 | 8C | 0 | 41 | 17 | 1D | 141 | 30 | 30 |
| Octal | 266 | 100 | 214 | 0 | 101 | 27 | 35 | 501 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10001100 | 0 | 1000001 | 10111 | 11101 | 101000001 | 110000 | 110000 |
Color Harmonies of #B6408C
Complementary color
Monochromatic Colors of #B6408C
Black with #B6408C
Text Example
Text Example
White with #B6408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6408C; }
p { color: rgb(182,64,140); }
H1.HeaderClassName
{
color: #B6408C;
}
.AnyTagClassName
{
color: #B6408C;
}
</style>
background-color css
<style>
a { background-color: #B6408C; }
a { background-color: rgb(182,64,140); }
div.DivClassName
{
background-color: #B6408C;
}
.BgClassName
{
background-color: #B6408C;
}
</style>
border-color css
<style>
span { border-color: #B6408C; }
span { border-color: rgb(182,64,140); }
td.TdClassName
{
border-color: #B6408C;
}
.TagClassName
{
border-color: #B6408C;
}
</style>