Shades of Medium Red Violet #B3208C
Tints of Medium Red Violet #B3208C
RGB
CMYK
RGB Variations
Color information
#B3208C (or 0xB3208C) is known color: Medium Red Violet. HEX triplet: B3, 20 and 8C. RGB value is (179,32,140). Sum of RGB (Red+Green+Blue) = 179+32+140=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3208C is #4CDF73. Grayscale: #575757. Windows color (decimal): -5037940 or 9183411. OLE color: 9183411.
HSL color Cylindrical-coordinate representation of color #B3208C: hue angle of 315.92º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3208C is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 140 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.30 |
| HSL | 315.92º | 0.7% | 0.41% | - |
| HSV(B) | 315.92º | 0.82% | 0.7% | - |
| XYZ | 23.84 | 12.51 | 25.97 | - |
| YUV | 88.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 140 | 0 | 0.82 | 0.22 | 0.30 | 315.92 | 0.7 | 0.41 |
| Hex | B3 | 20 | 8C | 0 | 52 | 16 | 1E | 13C | 46 | 29 |
| Octal | 263 | 40 | 214 | 0 | 122 | 26 | 36 | 474 | 106 | 51 |
| Binary | 10110011 | 100000 | 10001100 | 0 | 1010010 | 10110 | 11110 | 100111100 | 1000110 | 101001 |
Color Harmonies of #B3208C
Complementary color
Monochromatic Colors of #B3208C
Black with #B3208C
Text Example
Text Example
White with #B3208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3208C; }
p { color: rgb(179,32,140); }
H1.HeaderClassName
{
color: #B3208C;
}
.AnyTagClassName
{
color: #B3208C;
}
</style>
background-color css
<style>
a { background-color: #B3208C; }
a { background-color: rgb(179,32,140); }
div.DivClassName
{
background-color: #B3208C;
}
.BgClassName
{
background-color: #B3208C;
}
</style>
border-color css
<style>
span { border-color: #B3208C; }
span { border-color: rgb(179,32,140); }
td.TdClassName
{
border-color: #B3208C;
}
.TagClassName
{
border-color: #B3208C;
}
</style>