Shades of Medium Red Violet #B3239D
Tints of Medium Red Violet #B3239D
RGB
CMYK
RGB Variations
Color information
#B3239D (or 0xB3239D) is known color: Medium Red Violet. HEX triplet: B3, 23 and 9D. RGB value is (179,35,157). Sum of RGB (Red+Green+Blue) = 179+35+157=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3239D is #4CDC62. Grayscale: #5B5B5B. Windows color (decimal): -5037155 or 10298291. OLE color: 10298291.
HSL color Cylindrical-coordinate representation of color #B3239D: hue angle of 309.17º 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 #B3239D is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 157 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.30 |
| HSL | 309.17º | 0.67% | 0.42% | - |
| HSV(B) | 309.17º | 0.8% | 0.7% | - |
| XYZ | 25.28 | 13.22 | 33.12 | - |
| YUV | 91.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 157 | 0 | 0.80 | 0.12 | 0.30 | 309.17 | 0.67 | 0.42 |
| Hex | B3 | 23 | 9D | 0 | 50 | C | 1E | 135 | 43 | 2A |
| Octal | 263 | 43 | 235 | 0 | 120 | 14 | 36 | 465 | 103 | 52 |
| Binary | 10110011 | 100011 | 10011101 | 0 | 1010000 | 1100 | 11110 | 100110101 | 1000011 | 101010 |
Color Harmonies of #B3239D
Complementary color
Monochromatic Colors of #B3239D
Black with #B3239D
Text Example
Text Example
White with #B3239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3239D; }
p { color: rgb(179,35,157); }
H1.HeaderClassName
{
color: #B3239D;
}
.AnyTagClassName
{
color: #B3239D;
}
</style>
background-color css
<style>
a { background-color: #B3239D; }
a { background-color: rgb(179,35,157); }
div.DivClassName
{
background-color: #B3239D;
}
.BgClassName
{
background-color: #B3239D;
}
</style>
border-color css
<style>
span { border-color: #B3239D; }
span { border-color: rgb(179,35,157); }
td.TdClassName
{
border-color: #B3239D;
}
.TagClassName
{
border-color: #B3239D;
}
</style>