Shades of Medium Violet Red #B3048A
Tints of Medium Violet Red #B3048A
RGB
CMYK
RGB Variations
Color information
#B3048A (or 0xB3048A) is known color: Medium Violet Red. HEX triplet: B3, 04 and 8A. RGB value is (179,4,138). Sum of RGB (Red+Green+Blue) = 179+4+138=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3048A is #4CFB75. Grayscale: #474747. Windows color (decimal): -5045110 or 9045171. OLE color: 9045171.
HSL color Cylindrical-coordinate representation of color #B3048A: hue angle of 314.06º 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 #B3048A is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.30 |
| HSL | 314.06º | 0.96% | 0.36% | - |
| HSV(B) | 314.06º | 0.98% | 0.7% | - |
| XYZ | 23.22 | 11.51 | 25.04 | - |
| YUV | 71.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 138 | 0 | 0.98 | 0.23 | 0.30 | 314.06 | 0.96 | 0.36 |
| Hex | B3 | 4 | 8A | 0 | 62 | 17 | 1E | 13A | 60 | 24 |
| Octal | 263 | 4 | 212 | 0 | 142 | 27 | 36 | 472 | 140 | 44 |
| Binary | 10110011 | 100 | 10001010 | 0 | 1100010 | 10111 | 11110 | 100111010 | 1100000 | 100100 |
Color Harmonies of #B3048A
Complementary color
Monochromatic Colors of #B3048A
Black with #B3048A
Text Example
Text Example
White with #B3048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3048A; }
p { color: rgb(179,4,138); }
H1.HeaderClassName
{
color: #B3048A;
}
.AnyTagClassName
{
color: #B3048A;
}
</style>
background-color css
<style>
a { background-color: #B3048A; }
a { background-color: rgb(179,4,138); }
div.DivClassName
{
background-color: #B3048A;
}
.BgClassName
{
background-color: #B3048A;
}
</style>
border-color css
<style>
span { border-color: #B3048A; }
span { border-color: rgb(179,4,138); }
td.TdClassName
{
border-color: #B3048A;
}
.TagClassName
{
border-color: #B3048A;
}
</style>