Shades of Medium Violet Red #B3039D
Tints of Medium Violet Red #B3039D
RGB
CMYK
RGB Variations
Color information
#B3039D (or 0xB3039D) is known color: Medium Violet Red. HEX triplet: B3, 03 and 9D. RGB value is (179,3,157). Sum of RGB (Red+Green+Blue) = 179+3+157=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3039D is #4CFC62. Grayscale: #484848. Windows color (decimal): -5045347 or 10290099. OLE color: 10290099.
HSL color Cylindrical-coordinate representation of color #B3039D: hue angle of 307.5º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3039D is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.30 |
| HSL | 307.5º | 0.97% | 0.36% | - |
| HSV(B) | 307.5º | 0.98% | 0.7% | - |
| XYZ | 24.71 | 12.08 | 32.93 | - |
| YUV | 73.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 157 | 0 | 0.98 | 0.12 | 0.30 | 307.5 | 0.97 | 0.36 |
| Hex | B3 | 3 | 9D | 0 | 62 | C | 1E | 134 | 61 | 24 |
| Octal | 263 | 3 | 235 | 0 | 142 | 14 | 36 | 464 | 141 | 44 |
| Binary | 10110011 | 11 | 10011101 | 0 | 1100010 | 1100 | 11110 | 100110100 | 1100001 | 100100 |
Color Harmonies of #B3039D
Complementary color
Monochromatic Colors of #B3039D
Black with #B3039D
Text Example
Text Example
White with #B3039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3039D; }
p { color: rgb(179,3,157); }
H1.HeaderClassName
{
color: #B3039D;
}
.AnyTagClassName
{
color: #B3039D;
}
</style>
background-color css
<style>
a { background-color: #B3039D; }
a { background-color: rgb(179,3,157); }
div.DivClassName
{
background-color: #B3039D;
}
.BgClassName
{
background-color: #B3039D;
}
</style>
border-color css
<style>
span { border-color: #B3039D; }
span { border-color: rgb(179,3,157); }
td.TdClassName
{
border-color: #B3039D;
}
.TagClassName
{
border-color: #B3039D;
}
</style>