Shades of Medium Red Violet #B3209F
Tints of Medium Red Violet #B3209F
RGB
CMYK
RGB Variations
Color information
#B3209F (or 0xB3209F) is known color: Medium Red Violet. HEX triplet: B3, 20 and 9F. RGB value is (179,32,159). Sum of RGB (Red+Green+Blue) = 179+32+159=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3209F is #4CDF60. Grayscale: #5A5A5A. Windows color (decimal): -5037921 or 10428595. OLE color: 10428595.
HSL color Cylindrical-coordinate representation of color #B3209F: hue angle of 308.16º 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 #B3209F is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 159 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.30 |
| HSL | 308.16º | 0.7% | 0.41% | - |
| HSV(B) | 308.16º | 0.82% | 0.7% | - |
| XYZ | 25.36 | 13.12 | 34 | - |
| YUV | 90.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 159 | 0 | 0.82 | 0.11 | 0.30 | 308.16 | 0.7 | 0.41 |
| Hex | B3 | 20 | 9F | 0 | 52 | B | 1E | 134 | 46 | 29 |
| Octal | 263 | 40 | 237 | 0 | 122 | 13 | 36 | 464 | 106 | 51 |
| Binary | 10110011 | 100000 | 10011111 | 0 | 1010010 | 1011 | 11110 | 100110100 | 1000110 | 101001 |
Color Harmonies of #B3209F
Complementary color
Monochromatic Colors of #B3209F
Black with #B3209F
Text Example
Text Example
White with #B3209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3209F; }
p { color: rgb(179,32,159); }
H1.HeaderClassName
{
color: #B3209F;
}
.AnyTagClassName
{
color: #B3209F;
}
</style>
background-color css
<style>
a { background-color: #B3209F; }
a { background-color: rgb(179,32,159); }
div.DivClassName
{
background-color: #B3209F;
}
.BgClassName
{
background-color: #B3209F;
}
</style>
border-color css
<style>
span { border-color: #B3209F; }
span { border-color: rgb(179,32,159); }
td.TdClassName
{
border-color: #B3209F;
}
.TagClassName
{
border-color: #B3209F;
}
</style>