Shades of Medium Red Violet #B3207C
Tints of Medium Red Violet #B3207C
RGB
CMYK
RGB Variations
Color information
#B3207C (or 0xB3207C) is known color: Medium Red Violet. HEX triplet: B3, 20 and 7C. RGB value is (179,32,124). Sum of RGB (Red+Green+Blue) = 179+32+124=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3207C is #4CDF83. Grayscale: #565656. Windows color (decimal): -5037956 or 8134835. OLE color: 8134835.
HSL color Cylindrical-coordinate representation of color #B3207C: hue angle of 322.45º 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 #B3207C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 124 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.30 |
| HSL | 322.45º | 0.7% | 0.41% | - |
| HSV(B) | 322.45º | 0.82% | 0.7% | - |
| XYZ | 22.75 | 12.07 | 20.2 | - |
| YUV | 86.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 124 | 0 | 0.82 | 0.31 | 0.30 | 322.45 | 0.7 | 0.41 |
| Hex | B3 | 20 | 7C | 0 | 52 | 1F | 1E | 142 | 46 | 29 |
| Octal | 263 | 40 | 174 | 0 | 122 | 37 | 36 | 502 | 106 | 51 |
| Binary | 10110011 | 100000 | 1111100 | 0 | 1010010 | 11111 | 11110 | 101000010 | 1000110 | 101001 |
Color Harmonies of #B3207C
Complementary color
Monochromatic Colors of #B3207C
Black with #B3207C
Text Example
Text Example
White with #B3207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3207C; }
p { color: rgb(179,32,124); }
H1.HeaderClassName
{
color: #B3207C;
}
.AnyTagClassName
{
color: #B3207C;
}
</style>
background-color css
<style>
a { background-color: #B3207C; }
a { background-color: rgb(179,32,124); }
div.DivClassName
{
background-color: #B3207C;
}
.BgClassName
{
background-color: #B3207C;
}
</style>
border-color css
<style>
span { border-color: #B3207C; }
span { border-color: rgb(179,32,124); }
td.TdClassName
{
border-color: #B3207C;
}
.TagClassName
{
border-color: #B3207C;
}
</style>