Shades of Medium Red Violet #B6418A
Tints of Medium Red Violet #B6418A
RGB
CMYK
RGB Variations
Color information
#B6418A (or 0xB6418A) is known color: Medium Red Violet. HEX triplet: B6, 41 and 8A. RGB value is (182,65,138). Sum of RGB (Red+Green+Blue) = 182+65+138=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6418A is #49BE75. Grayscale: #6C6C6C. Windows color (decimal): -4832886 or 9060790. OLE color: 9060790.
HSL color Cylindrical-coordinate representation of color #B6418A: hue angle of 322.56º 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 #B6418A is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 138 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.29 |
| HSL | 322.56º | 0.47% | 0.48% | - |
| HSV(B) | 322.56º | 0.64% | 0.71% | - |
| XYZ | 25.77 | 15.56 | 25.69 | - |
| YUV | 108.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 138 | 0 | 0.64 | 0.24 | 0.29 | 322.56 | 0.47 | 0.48 |
| Hex | B6 | 41 | 8A | 0 | 40 | 18 | 1D | 143 | 2F | 30 |
| Octal | 266 | 101 | 212 | 0 | 100 | 30 | 35 | 503 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10001010 | 0 | 1000000 | 11000 | 11101 | 101000011 | 101111 | 110000 |
Color Harmonies of #B6418A
Complementary color
Monochromatic Colors of #B6418A
Black with #B6418A
Text Example
Text Example
White with #B6418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6418A; }
p { color: rgb(182,65,138); }
H1.HeaderClassName
{
color: #B6418A;
}
.AnyTagClassName
{
color: #B6418A;
}
</style>
background-color css
<style>
a { background-color: #B6418A; }
a { background-color: rgb(182,65,138); }
div.DivClassName
{
background-color: #B6418A;
}
.BgClassName
{
background-color: #B6418A;
}
</style>
border-color css
<style>
span { border-color: #B6418A; }
span { border-color: rgb(182,65,138); }
td.TdClassName
{
border-color: #B6418A;
}
.TagClassName
{
border-color: #B6418A;
}
</style>