Shades of Medium Red Violet #B0339C
Tints of Medium Red Violet #B0339C
RGB
CMYK
RGB Variations
Color information
#B0339C (or 0xB0339C) is known color: Medium Red Violet. HEX triplet: B0, 33 and 9C. RGB value is (176,51,156). Sum of RGB (Red+Green+Blue) = 176+51+156=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0339C is #4FCC63. Grayscale: #646464. Windows color (decimal): -5229668 or 10236848. OLE color: 10236848.
HSL color Cylindrical-coordinate representation of color #B0339C: hue angle of 309.6º 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 #B0339C is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 156 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.31 |
| HSL | 309.6º | 0.55% | 0.45% | - |
| HSV(B) | 309.6º | 0.71% | 0.69% | - |
| XYZ | 25.09 | 14 | 32.83 | - |
| YUV | 100.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 156 | 0 | 0.71 | 0.11 | 0.31 | 309.6 | 0.55 | 0.45 |
| Hex | B0 | 33 | 9C | 0 | 47 | B | 1F | 136 | 37 | 2D |
| Octal | 260 | 63 | 234 | 0 | 107 | 13 | 37 | 466 | 67 | 55 |
| Binary | 10110000 | 110011 | 10011100 | 0 | 1000111 | 1011 | 11111 | 100110110 | 110111 | 101101 |
Color Harmonies of #B0339C
Complementary color
Monochromatic Colors of #B0339C
Black with #B0339C
Text Example
Text Example
White with #B0339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0339C; }
p { color: rgb(176,51,156); }
H1.HeaderClassName
{
color: #B0339C;
}
.AnyTagClassName
{
color: #B0339C;
}
</style>
background-color css
<style>
a { background-color: #B0339C; }
a { background-color: rgb(176,51,156); }
div.DivClassName
{
background-color: #B0339C;
}
.BgClassName
{
background-color: #B0339C;
}
</style>
border-color css
<style>
span { border-color: #B0339C; }
span { border-color: rgb(176,51,156); }
td.TdClassName
{
border-color: #B0339C;
}
.TagClassName
{
border-color: #B0339C;
}
</style>