Shades of Medium Violet Red #B20386
Tints of Medium Violet Red #B20386
RGB
CMYK
RGB Variations
Color information
#B20386 (or 0xB20386) is known color: Medium Violet Red. HEX triplet: B2, 03 and 86. RGB value is (178,3,134). Sum of RGB (Red+Green+Blue) = 178+3+134=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B20386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20386 is #4DFC79. Grayscale: #454545. Windows color (decimal): -5110906 or 8782770. OLE color: 8782770.
HSL color Cylindrical-coordinate representation of color #B20386: hue angle of 315.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B20386 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.30 |
| HSL | 315.09º | 0.97% | 0.35% | - |
| HSV(B) | 315.09º | 0.98% | 0.7% | - |
| XYZ | 22.7 | 11.25 | 23.53 | - |
| YUV | 70.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 134 | 0 | 0.98 | 0.25 | 0.30 | 315.09 | 0.97 | 0.35 |
| Hex | B2 | 3 | 86 | 0 | 62 | 19 | 1E | 13B | 61 | 23 |
| Octal | 262 | 3 | 206 | 0 | 142 | 31 | 36 | 473 | 141 | 43 |
| Binary | 10110010 | 11 | 10000110 | 0 | 1100010 | 11001 | 11110 | 100111011 | 1100001 | 100011 |
Color Harmonies of #B20386
Complementary color
Monochromatic Colors of #B20386
Black with #B20386
Text Example
Text Example
White with #B20386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20386; }
p { color: rgb(178,3,134); }
H1.HeaderClassName
{
color: #B20386;
}
.AnyTagClassName
{
color: #B20386;
}
</style>
background-color css
<style>
a { background-color: #B20386; }
a { background-color: rgb(178,3,134); }
div.DivClassName
{
background-color: #B20386;
}
.BgClassName
{
background-color: #B20386;
}
</style>
border-color css
<style>
span { border-color: #B20386; }
span { border-color: rgb(178,3,134); }
td.TdClassName
{
border-color: #B20386;
}
.TagClassName
{
border-color: #B20386;
}
</style>