Shades of Medium Violet Red #B206A2
Tints of Medium Violet Red #B206A2
RGB
CMYK
RGB Variations
Color information
#B206A2 (or 0xB206A2) is known color: Medium Violet Red. HEX triplet: B2, 06 and A2. RGB value is (178,6,162). Sum of RGB (Red+Green+Blue) = 178+6+162=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B206A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B206A2 is #4DF95D. Grayscale: #4A4A4A. Windows color (decimal): -5110110 or 10618546. OLE color: 10618546.
HSL color Cylindrical-coordinate representation of color #B206A2: hue angle of 305.58º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206A2 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.30 |
| HSL | 305.58º | 0.93% | 0.36% | - |
| HSV(B) | 305.58º | 0.97% | 0.7% | - |
| XYZ | 24.95 | 12.2 | 35.22 | - |
| YUV | 75.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 162 | 0 | 0.97 | 0.09 | 0.30 | 305.58 | 0.93 | 0.36 |
| Hex | B2 | 6 | A2 | 0 | 61 | 9 | 1E | 132 | 5D | 24 |
| Octal | 262 | 6 | 242 | 0 | 141 | 11 | 36 | 462 | 135 | 44 |
| Binary | 10110010 | 110 | 10100010 | 0 | 1100001 | 1001 | 11110 | 100110010 | 1011101 | 100100 |
Color Harmonies of #B206A2
Complementary color
Monochromatic Colors of #B206A2
Black with #B206A2
Text Example
Text Example
White with #B206A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206A2; }
p { color: rgb(178,6,162); }
H1.HeaderClassName
{
color: #B206A2;
}
.AnyTagClassName
{
color: #B206A2;
}
</style>
background-color css
<style>
a { background-color: #B206A2; }
a { background-color: rgb(178,6,162); }
div.DivClassName
{
background-color: #B206A2;
}
.BgClassName
{
background-color: #B206A2;
}
</style>
border-color css
<style>
span { border-color: #B206A2; }
span { border-color: rgb(178,6,162); }
td.TdClassName
{
border-color: #B206A2;
}
.TagClassName
{
border-color: #B206A2;
}
</style>