Shades of Medium Red Violet #B3309A
Tints of Medium Red Violet #B3309A
RGB
CMYK
RGB Variations
Color information
#B3309A (or 0xB3309A) is known color: Medium Red Violet. HEX triplet: B3, 30 and 9A. RGB value is (179,48,154). Sum of RGB (Red+Green+Blue) = 179+48+154=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B3309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3309A is #4CCF65. Grayscale: #626262. Windows color (decimal): -5033830 or 10105011. OLE color: 10105011.
HSL color Cylindrical-coordinate representation of color #B3309A: hue angle of 311.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3309A is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 154 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.30 |
| HSL | 311.45º | 0.58% | 0.45% | - |
| HSV(B) | 311.45º | 0.73% | 0.7% | - |
| XYZ | 25.48 | 14.03 | 31.94 | - |
| YUV | 99.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 154 | 0 | 0.73 | 0.14 | 0.30 | 311.45 | 0.58 | 0.45 |
| Hex | B3 | 30 | 9A | 0 | 49 | E | 1E | 137 | 3A | 2D |
| Octal | 263 | 60 | 232 | 0 | 111 | 16 | 36 | 467 | 72 | 55 |
| Binary | 10110011 | 110000 | 10011010 | 0 | 1001001 | 1110 | 11110 | 100110111 | 111010 | 101101 |
Color Harmonies of #B3309A
Complementary color
Monochromatic Colors of #B3309A
Black with #B3309A
Text Example
Text Example
White with #B3309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3309A; }
p { color: rgb(179,48,154); }
H1.HeaderClassName
{
color: #B3309A;
}
.AnyTagClassName
{
color: #B3309A;
}
</style>
background-color css
<style>
a { background-color: #B3309A; }
a { background-color: rgb(179,48,154); }
div.DivClassName
{
background-color: #B3309A;
}
.BgClassName
{
background-color: #B3309A;
}
</style>
border-color css
<style>
span { border-color: #B3309A; }
span { border-color: rgb(179,48,154); }
td.TdClassName
{
border-color: #B3309A;
}
.TagClassName
{
border-color: #B3309A;
}
</style>