Shades of Medium Red Violet #B6207A
Tints of Medium Red Violet #B6207A
RGB
CMYK
RGB Variations
Color information
#B6207A (or 0xB6207A) is known color: Medium Red Violet. HEX triplet: B6, 20 and 7A. RGB value is (182,32,122). Sum of RGB (Red+Green+Blue) = 182+32+122=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B6207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6207A is #49DF85. Grayscale: #565656. Windows color (decimal): -4841350 or 8003766. OLE color: 8003766.
HSL color Cylindrical-coordinate representation of color #B6207A: hue angle of 324º 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 #B6207A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 122 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.29 |
| HSL | 324º | 0.7% | 0.42% | - |
| HSV(B) | 324º | 0.82% | 0.71% | - |
| XYZ | 23.32 | 12.38 | 19.57 | - |
| YUV | 87.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 122 | 0 | 0.82 | 0.33 | 0.29 | 324 | 0.7 | 0.42 |
| Hex | B6 | 20 | 7A | 0 | 52 | 21 | 1D | 144 | 46 | 2A |
| Octal | 266 | 40 | 172 | 0 | 122 | 41 | 35 | 504 | 106 | 52 |
| Binary | 10110110 | 100000 | 1111010 | 0 | 1010010 | 100001 | 11101 | 101000100 | 1000110 | 101010 |
Color Harmonies of #B6207A
Complementary color
Monochromatic Colors of #B6207A
Black with #B6207A
Text Example
Text Example
White with #B6207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6207A; }
p { color: rgb(182,32,122); }
H1.HeaderClassName
{
color: #B6207A;
}
.AnyTagClassName
{
color: #B6207A;
}
</style>
background-color css
<style>
a { background-color: #B6207A; }
a { background-color: rgb(182,32,122); }
div.DivClassName
{
background-color: #B6207A;
}
.BgClassName
{
background-color: #B6207A;
}
</style>
border-color css
<style>
span { border-color: #B6207A; }
span { border-color: rgb(182,32,122); }
td.TdClassName
{
border-color: #B6207A;
}
.TagClassName
{
border-color: #B6207A;
}
</style>