Shades of Medium Violet Red #B2048E
Tints of Medium Violet Red #B2048E
RGB
CMYK
RGB Variations
Color information
#B2048E (or 0xB2048E) is known color: Medium Violet Red. HEX triplet: B2, 04 and 8E. RGB value is (178,4,142). Sum of RGB (Red+Green+Blue) = 178+4+142=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2048E is #4DFB71. Grayscale: #474747. Windows color (decimal): -5110642 or 9307314. OLE color: 9307314.
HSL color Cylindrical-coordinate representation of color #B2048E: hue angle of 312.41º 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 #B2048E is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.30 |
| HSL | 312.41º | 0.96% | 0.36% | - |
| HSV(B) | 312.41º | 0.98% | 0.7% | - |
| XYZ | 23.29 | 11.5 | 26.58 | - |
| YUV | 71.76 | 167.65 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 142 | 0 | 0.98 | 0.20 | 0.30 | 312.41 | 0.96 | 0.36 |
| Hex | B2 | 4 | 8E | 0 | 62 | 14 | 1E | 138 | 60 | 24 |
| Octal | 262 | 4 | 216 | 0 | 142 | 24 | 36 | 470 | 140 | 44 |
| Binary | 10110010 | 100 | 10001110 | 0 | 1100010 | 10100 | 11110 | 100111000 | 1100000 | 100100 |
Color Harmonies of #B2048E
Complementary color
Monochromatic Colors of #B2048E
Black with #B2048E
Text Example
Text Example
White with #B2048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2048E; }
p { color: rgb(178,4,142); }
H1.HeaderClassName
{
color: #B2048E;
}
.AnyTagClassName
{
color: #B2048E;
}
</style>
background-color css
<style>
a { background-color: #B2048E; }
a { background-color: rgb(178,4,142); }
div.DivClassName
{
background-color: #B2048E;
}
.BgClassName
{
background-color: #B2048E;
}
</style>
border-color css
<style>
span { border-color: #B2048E; }
span { border-color: rgb(178,4,142); }
td.TdClassName
{
border-color: #B2048E;
}
.TagClassName
{
border-color: #B2048E;
}
</style>