Shades of Medium Red Violet #B0339F
Tints of Medium Red Violet #B0339F
RGB
CMYK
RGB Variations
Color information
#B0339F (or 0xB0339F) is known color: Medium Red Violet. HEX triplet: B0, 33 and 9F. RGB value is (176,51,159). Sum of RGB (Red+Green+Blue) = 176+51+159=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0339F is #4FCC60. Grayscale: #646464. Windows color (decimal): -5229665 or 10433456. OLE color: 10433456.
HSL color Cylindrical-coordinate representation of color #B0339F: hue angle of 308.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0339F is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 159 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.31 |
| HSL | 308.16º | 0.55% | 0.45% | - |
| HSV(B) | 308.16º | 0.71% | 0.69% | - |
| XYZ | 25.35 | 14.1 | 34.19 | - |
| YUV | 100.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 159 | 0 | 0.71 | 0.10 | 0.31 | 308.16 | 0.55 | 0.45 |
| Hex | B0 | 33 | 9F | 0 | 47 | A | 1F | 134 | 37 | 2D |
| Octal | 260 | 63 | 237 | 0 | 107 | 12 | 37 | 464 | 67 | 55 |
| Binary | 10110000 | 110011 | 10011111 | 0 | 1000111 | 1010 | 11111 | 100110100 | 110111 | 101101 |
Color Harmonies of #B0339F
Complementary color
Monochromatic Colors of #B0339F
Black with #B0339F
Text Example
Text Example
White with #B0339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0339F; }
p { color: rgb(176,51,159); }
H1.HeaderClassName
{
color: #B0339F;
}
.AnyTagClassName
{
color: #B0339F;
}
</style>
background-color css
<style>
a { background-color: #B0339F; }
a { background-color: rgb(176,51,159); }
div.DivClassName
{
background-color: #B0339F;
}
.BgClassName
{
background-color: #B0339F;
}
</style>
border-color css
<style>
span { border-color: #B0339F; }
span { border-color: rgb(176,51,159); }
td.TdClassName
{
border-color: #B0339F;
}
.TagClassName
{
border-color: #B0339F;
}
</style>