Shades of Medium Red Violet #B3249C
Tints of Medium Red Violet #B3249C
RGB
CMYK
RGB Variations
Color information
#B3249C (or 0xB3249C) is known color: Medium Red Violet. HEX triplet: B3, 24 and 9C. RGB value is (179,36,156). Sum of RGB (Red+Green+Blue) = 179+36+156=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3249C is #4CDB63. Grayscale: #5C5C5C. Windows color (decimal): -5036900 or 10233011. OLE color: 10233011.
HSL color Cylindrical-coordinate representation of color #B3249C: hue angle of 309.65º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3249C is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 156 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.30 |
| HSL | 309.65º | 0.67% | 0.42% | - |
| HSV(B) | 309.65º | 0.8% | 0.7% | - |
| XYZ | 25.22 | 13.25 | 32.68 | - |
| YUV | 92.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 156 | 0 | 0.80 | 0.13 | 0.30 | 309.65 | 0.67 | 0.42 |
| Hex | B3 | 24 | 9C | 0 | 50 | D | 1E | 136 | 43 | 2A |
| Octal | 263 | 44 | 234 | 0 | 120 | 15 | 36 | 466 | 103 | 52 |
| Binary | 10110011 | 100100 | 10011100 | 0 | 1010000 | 1101 | 11110 | 100110110 | 1000011 | 101010 |
Color Harmonies of #B3249C
Complementary color
Monochromatic Colors of #B3249C
Black with #B3249C
Text Example
Text Example
White with #B3249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3249C; }
p { color: rgb(179,36,156); }
H1.HeaderClassName
{
color: #B3249C;
}
.AnyTagClassName
{
color: #B3249C;
}
</style>
background-color css
<style>
a { background-color: #B3249C; }
a { background-color: rgb(179,36,156); }
div.DivClassName
{
background-color: #B3249C;
}
.BgClassName
{
background-color: #B3249C;
}
</style>
border-color css
<style>
span { border-color: #B3249C; }
span { border-color: rgb(179,36,156); }
td.TdClassName
{
border-color: #B3249C;
}
.TagClassName
{
border-color: #B3249C;
}
</style>