Shades of Medium Violet Red #B3048F
Tints of Medium Violet Red #B3048F
RGB
CMYK
RGB Variations
Color information
#B3048F (or 0xB3048F) is known color: Medium Violet Red. HEX triplet: B3, 04 and 8F. RGB value is (179,4,143). Sum of RGB (Red+Green+Blue) = 179+4+143=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3048F is #4CFB70. Grayscale: #474747. Windows color (decimal): -5045105 or 9372851. OLE color: 9372851.
HSL color Cylindrical-coordinate representation of color #B3048F: hue angle of 312.34º degrees, saturation: 0.96, 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 #B3048F is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 143 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.30 |
| HSL | 312.34º | 0.96% | 0.36% | - |
| HSV(B) | 312.34º | 0.98% | 0.7% | - |
| XYZ | 23.59 | 11.65 | 26.99 | - |
| YUV | 72.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 143 | 0 | 0.98 | 0.20 | 0.30 | 312.34 | 0.96 | 0.36 |
| Hex | B3 | 4 | 8F | 0 | 62 | 14 | 1E | 138 | 60 | 24 |
| Octal | 263 | 4 | 217 | 0 | 142 | 24 | 36 | 470 | 140 | 44 |
| Binary | 10110011 | 100 | 10001111 | 0 | 1100010 | 10100 | 11110 | 100111000 | 1100000 | 100100 |
Color Harmonies of #B3048F
Complementary color
Monochromatic Colors of #B3048F
Black with #B3048F
Text Example
Text Example
White with #B3048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3048F; }
p { color: rgb(179,4,143); }
H1.HeaderClassName
{
color: #B3048F;
}
.AnyTagClassName
{
color: #B3048F;
}
</style>
background-color css
<style>
a { background-color: #B3048F; }
a { background-color: rgb(179,4,143); }
div.DivClassName
{
background-color: #B3048F;
}
.BgClassName
{
background-color: #B3048F;
}
</style>
border-color css
<style>
span { border-color: #B3048F; }
span { border-color: rgb(179,4,143); }
td.TdClassName
{
border-color: #B3048F;
}
.TagClassName
{
border-color: #B3048F;
}
</style>