Shades of Medium Red Violet #B0339A
Tints of Medium Red Violet #B0339A
RGB
CMYK
RGB Variations
Color information
#B0339A (or 0xB0339A) is known color: Medium Red Violet. HEX triplet: B0, 33 and 9A. RGB value is (176,51,154). Sum of RGB (Red+Green+Blue) = 176+51+154=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0339A is #4FCC65. Grayscale: #636363. Windows color (decimal): -5229670 or 10105776. OLE color: 10105776.
HSL color Cylindrical-coordinate representation of color #B0339A: hue angle of 310.56º 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 #B0339A is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 154 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.31 |
| HSL | 310.56º | 0.55% | 0.45% | - |
| HSV(B) | 310.56º | 0.71% | 0.69% | - |
| XYZ | 24.92 | 13.93 | 31.95 | - |
| YUV | 100.12 | 158.41 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 154 | 0 | 0.71 | 0.12 | 0.31 | 310.56 | 0.55 | 0.45 |
| Hex | B0 | 33 | 9A | 0 | 47 | C | 1F | 137 | 37 | 2D |
| Octal | 260 | 63 | 232 | 0 | 107 | 14 | 37 | 467 | 67 | 55 |
| Binary | 10110000 | 110011 | 10011010 | 0 | 1000111 | 1100 | 11111 | 100110111 | 110111 | 101101 |
Color Harmonies of #B0339A
Complementary color
Monochromatic Colors of #B0339A
Black with #B0339A
Text Example
Text Example
White with #B0339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0339A; }
p { color: rgb(176,51,154); }
H1.HeaderClassName
{
color: #B0339A;
}
.AnyTagClassName
{
color: #B0339A;
}
</style>
background-color css
<style>
a { background-color: #B0339A; }
a { background-color: rgb(176,51,154); }
div.DivClassName
{
background-color: #B0339A;
}
.BgClassName
{
background-color: #B0339A;
}
</style>
border-color css
<style>
span { border-color: #B0339A; }
span { border-color: rgb(176,51,154); }
td.TdClassName
{
border-color: #B0339A;
}
.TagClassName
{
border-color: #B0339A;
}
</style>