Shades of Medium Red Violet #B6418B
Tints of Medium Red Violet #B6418B
RGB
CMYK
RGB Variations
Color information
#B6418B (or 0xB6418B) is known color: Medium Red Violet. HEX triplet: B6, 41 and 8B. RGB value is (182,65,139). Sum of RGB (Red+Green+Blue) = 182+65+139=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6418B is #49BE74. Grayscale: #6C6C6C. Windows color (decimal): -4832885 or 9126326. OLE color: 9126326.
HSL color Cylindrical-coordinate representation of color #B6418B: hue angle of 322.05º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6418B is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 139 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.29 |
| HSL | 322.05º | 0.47% | 0.48% | - |
| HSV(B) | 322.05º | 0.64% | 0.71% | - |
| XYZ | 25.84 | 15.59 | 26.07 | - |
| YUV | 108.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 139 | 0 | 0.64 | 0.24 | 0.29 | 322.05 | 0.47 | 0.48 |
| Hex | B6 | 41 | 8B | 0 | 40 | 18 | 1D | 142 | 2F | 30 |
| Octal | 266 | 101 | 213 | 0 | 100 | 30 | 35 | 502 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10001011 | 0 | 1000000 | 11000 | 11101 | 101000010 | 101111 | 110000 |
Color Harmonies of #B6418B
Complementary color
Monochromatic Colors of #B6418B
Black with #B6418B
Text Example
Text Example
White with #B6418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6418B; }
p { color: rgb(182,65,139); }
H1.HeaderClassName
{
color: #B6418B;
}
.AnyTagClassName
{
color: #B6418B;
}
</style>
background-color css
<style>
a { background-color: #B6418B; }
a { background-color: rgb(182,65,139); }
div.DivClassName
{
background-color: #B6418B;
}
.BgClassName
{
background-color: #B6418B;
}
</style>
border-color css
<style>
span { border-color: #B6418B; }
span { border-color: rgb(182,65,139); }
td.TdClassName
{
border-color: #B6418B;
}
.TagClassName
{
border-color: #B6418B;
}
</style>