Shades of Medium Red Violet #B3207F
Tints of Medium Red Violet #B3207F
RGB
CMYK
RGB Variations
Color information
#B3207F (or 0xB3207F) is known color: Medium Red Violet. HEX triplet: B3, 20 and 7F. RGB value is (179,32,127). Sum of RGB (Red+Green+Blue) = 179+32+127=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3207F is #4CDF80. Grayscale: #565656. Windows color (decimal): -5037953 or 8331443. OLE color: 8331443.
HSL color Cylindrical-coordinate representation of color #B3207F: hue angle of 321.22º 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 #B3207F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 127 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.30 |
| HSL | 321.22º | 0.7% | 0.41% | - |
| HSV(B) | 321.22º | 0.82% | 0.7% | - |
| XYZ | 22.94 | 12.15 | 21.21 | - |
| YUV | 86.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 127 | 0 | 0.82 | 0.29 | 0.30 | 321.22 | 0.7 | 0.41 |
| Hex | B3 | 20 | 7F | 0 | 52 | 1D | 1E | 141 | 46 | 29 |
| Octal | 263 | 40 | 177 | 0 | 122 | 35 | 36 | 501 | 106 | 51 |
| Binary | 10110011 | 100000 | 1111111 | 0 | 1010010 | 11101 | 11110 | 101000001 | 1000110 | 101001 |
Color Harmonies of #B3207F
Complementary color
Monochromatic Colors of #B3207F
Black with #B3207F
Text Example
Text Example
White with #B3207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3207F; }
p { color: rgb(179,32,127); }
H1.HeaderClassName
{
color: #B3207F;
}
.AnyTagClassName
{
color: #B3207F;
}
</style>
background-color css
<style>
a { background-color: #B3207F; }
a { background-color: rgb(179,32,127); }
div.DivClassName
{
background-color: #B3207F;
}
.BgClassName
{
background-color: #B3207F;
}
</style>
border-color css
<style>
span { border-color: #B3207F; }
span { border-color: rgb(179,32,127); }
td.TdClassName
{
border-color: #B3207F;
}
.TagClassName
{
border-color: #B3207F;
}
</style>