Shades of Medium Red Violet #B3369C
Tints of Medium Red Violet #B3369C
RGB
CMYK
RGB Variations
Color information
#B3369C (or 0xB3369C) is known color: Medium Red Violet. HEX triplet: B3, 36 and 9C. RGB value is (179,54,156). Sum of RGB (Red+Green+Blue) = 179+54+156=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3369C is #4CC963. Grayscale: #666666. Windows color (decimal): -5032292 or 10237619. OLE color: 10237619.
HSL color Cylindrical-coordinate representation of color #B3369C: hue angle of 311.04º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3369C is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 156 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.30 |
| HSL | 311.04º | 0.54% | 0.46% | - |
| HSV(B) | 311.04º | 0.7% | 0.7% | - |
| XYZ | 25.91 | 14.62 | 32.91 | - |
| YUV | 103 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 156 | 0 | 0.70 | 0.13 | 0.30 | 311.04 | 0.54 | 0.46 |
| Hex | B3 | 36 | 9C | 0 | 46 | D | 1E | 137 | 36 | 2E |
| Octal | 263 | 66 | 234 | 0 | 106 | 15 | 36 | 467 | 66 | 56 |
| Binary | 10110011 | 110110 | 10011100 | 0 | 1000110 | 1101 | 11110 | 100110111 | 110110 | 101110 |
Color Harmonies of #B3369C
Complementary color
Monochromatic Colors of #B3369C
Black with #B3369C
Text Example
Text Example
White with #B3369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3369C; }
p { color: rgb(179,54,156); }
H1.HeaderClassName
{
color: #B3369C;
}
.AnyTagClassName
{
color: #B3369C;
}
</style>
background-color css
<style>
a { background-color: #B3369C; }
a { background-color: rgb(179,54,156); }
div.DivClassName
{
background-color: #B3369C;
}
.BgClassName
{
background-color: #B3369C;
}
</style>
border-color css
<style>
span { border-color: #B3369C; }
span { border-color: rgb(179,54,156); }
td.TdClassName
{
border-color: #B3369C;
}
.TagClassName
{
border-color: #B3369C;
}
</style>