Shades of Medium Violet Red #B2049D
Tints of Medium Violet Red #B2049D
RGB
CMYK
RGB Variations
Color information
#B2049D (or 0xB2049D) is known color: Medium Violet Red. HEX triplet: B2, 04 and 9D. RGB value is (178,4,157). Sum of RGB (Red+Green+Blue) = 178+4+157=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2049D is #4DFB62. Grayscale: #494949. Windows color (decimal): -5110627 or 10290354. OLE color: 10290354.
HSL color Cylindrical-coordinate representation of color #B2049D: hue angle of 307.24º 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 #B2049D is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.30 |
| HSL | 307.24º | 0.96% | 0.36% | - |
| HSV(B) | 307.24º | 0.98% | 0.7% | - |
| XYZ | 24.49 | 11.99 | 32.92 | - |
| YUV | 73.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 157 | 0 | 0.98 | 0.12 | 0.30 | 307.24 | 0.96 | 0.36 |
| Hex | B2 | 4 | 9D | 0 | 62 | C | 1E | 133 | 60 | 24 |
| Octal | 262 | 4 | 235 | 0 | 142 | 14 | 36 | 463 | 140 | 44 |
| Binary | 10110010 | 100 | 10011101 | 0 | 1100010 | 1100 | 11110 | 100110011 | 1100000 | 100100 |
Color Harmonies of #B2049D
Complementary color
Monochromatic Colors of #B2049D
Black with #B2049D
Text Example
Text Example
White with #B2049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2049D; }
p { color: rgb(178,4,157); }
H1.HeaderClassName
{
color: #B2049D;
}
.AnyTagClassName
{
color: #B2049D;
}
</style>
background-color css
<style>
a { background-color: #B2049D; }
a { background-color: rgb(178,4,157); }
div.DivClassName
{
background-color: #B2049D;
}
.BgClassName
{
background-color: #B2049D;
}
</style>
border-color css
<style>
span { border-color: #B2049D; }
span { border-color: rgb(178,4,157); }
td.TdClassName
{
border-color: #B2049D;
}
.TagClassName
{
border-color: #B2049D;
}
</style>