Shades of Medium Red Violet #B3209A
Tints of Medium Red Violet #B3209A
RGB
CMYK
RGB Variations
Color information
#B3209A (or 0xB3209A) is known color: Medium Red Violet. HEX triplet: B3, 20 and 9A. RGB value is (179,32,154). Sum of RGB (Red+Green+Blue) = 179+32+154=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3209A is #4CDF65. Grayscale: #595959. Windows color (decimal): -5037926 or 10100915. OLE color: 10100915.
HSL color Cylindrical-coordinate representation of color #B3209A: hue angle of 310.2º 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 #B3209A is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 154 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.30 |
| HSL | 310.2º | 0.7% | 0.41% | - |
| HSV(B) | 310.2º | 0.82% | 0.7% | - |
| XYZ | 24.94 | 12.95 | 31.76 | - |
| YUV | 89.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 154 | 0 | 0.82 | 0.14 | 0.30 | 310.2 | 0.7 | 0.41 |
| Hex | B3 | 20 | 9A | 0 | 52 | E | 1E | 136 | 46 | 29 |
| Octal | 263 | 40 | 232 | 0 | 122 | 16 | 36 | 466 | 106 | 51 |
| Binary | 10110011 | 100000 | 10011010 | 0 | 1010010 | 1110 | 11110 | 100110110 | 1000110 | 101001 |
Color Harmonies of #B3209A
Complementary color
Monochromatic Colors of #B3209A
Black with #B3209A
Text Example
Text Example
White with #B3209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3209A; }
p { color: rgb(179,32,154); }
H1.HeaderClassName
{
color: #B3209A;
}
.AnyTagClassName
{
color: #B3209A;
}
</style>
background-color css
<style>
a { background-color: #B3209A; }
a { background-color: rgb(179,32,154); }
div.DivClassName
{
background-color: #B3209A;
}
.BgClassName
{
background-color: #B3209A;
}
</style>
border-color css
<style>
span { border-color: #B3209A; }
span { border-color: rgb(179,32,154); }
td.TdClassName
{
border-color: #B3209A;
}
.TagClassName
{
border-color: #B3209A;
}
</style>