Shades of Medium Red Violet #B6206F
Tints of Medium Red Violet #B6206F
RGB
CMYK
RGB Variations
Color information
#B6206F (or 0xB6206F) is known color: Medium Red Violet. HEX triplet: B6, 20 and 6F. RGB value is (182,32,111). Sum of RGB (Red+Green+Blue) = 182+32+111=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6206F is #49DF90. Grayscale: #555555. Windows color (decimal): -4841361 or 7282870. OLE color: 7282870.
HSL color Cylindrical-coordinate representation of color #B6206F: hue angle of 328.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6206F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 111 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.29 |
| HSL | 328.4º | 0.7% | 0.42% | - |
| HSV(B) | 328.4º | 0.82% | 0.71% | - |
| XYZ | 22.68 | 12.13 | 16.18 | - |
| YUV | 85.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 111 | 0 | 0.82 | 0.39 | 0.29 | 328.4 | 0.7 | 0.42 |
| Hex | B6 | 20 | 6F | 0 | 52 | 27 | 1D | 148 | 46 | 2A |
| Octal | 266 | 40 | 157 | 0 | 122 | 47 | 35 | 510 | 106 | 52 |
| Binary | 10110110 | 100000 | 1101111 | 0 | 1010010 | 100111 | 11101 | 101001000 | 1000110 | 101010 |
Color Harmonies of #B6206F
Complementary color
Monochromatic Colors of #B6206F
Black with #B6206F
Text Example
Text Example
White with #B6206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6206F; }
p { color: rgb(182,32,111); }
H1.HeaderClassName
{
color: #B6206F;
}
.AnyTagClassName
{
color: #B6206F;
}
</style>
background-color css
<style>
a { background-color: #B6206F; }
a { background-color: rgb(182,32,111); }
div.DivClassName
{
background-color: #B6206F;
}
.BgClassName
{
background-color: #B6206F;
}
</style>
border-color css
<style>
span { border-color: #B6206F; }
span { border-color: rgb(182,32,111); }
td.TdClassName
{
border-color: #B6206F;
}
.TagClassName
{
border-color: #B6206F;
}
</style>