Shades of Medium Violet Red #B2048B
Tints of Medium Violet Red #B2048B
RGB
CMYK
RGB Variations
Color information
#B2048B (or 0xB2048B) is known color: Medium Violet Red. HEX triplet: B2, 04 and 8B. RGB value is (178,4,139). Sum of RGB (Red+Green+Blue) = 178+4+139=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2048B is #4DFB74. Grayscale: #474747. Windows color (decimal): -5110645 or 9110706. OLE color: 9110706.
HSL color Cylindrical-coordinate representation of color #B2048B: hue angle of 313.45º 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 #B2048B is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.30 |
| HSL | 313.45º | 0.96% | 0.36% | - |
| HSV(B) | 313.45º | 0.98% | 0.7% | - |
| XYZ | 23.06 | 11.42 | 25.41 | - |
| YUV | 71.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 139 | 0 | 0.98 | 0.22 | 0.30 | 313.45 | 0.96 | 0.36 |
| Hex | B2 | 4 | 8B | 0 | 62 | 16 | 1E | 139 | 60 | 24 |
| Octal | 262 | 4 | 213 | 0 | 142 | 26 | 36 | 471 | 140 | 44 |
| Binary | 10110010 | 100 | 10001011 | 0 | 1100010 | 10110 | 11110 | 100111001 | 1100000 | 100100 |
Color Harmonies of #B2048B
Complementary color
Monochromatic Colors of #B2048B
Black with #B2048B
Text Example
Text Example
White with #B2048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2048B; }
p { color: rgb(178,4,139); }
H1.HeaderClassName
{
color: #B2048B;
}
.AnyTagClassName
{
color: #B2048B;
}
</style>
background-color css
<style>
a { background-color: #B2048B; }
a { background-color: rgb(178,4,139); }
div.DivClassName
{
background-color: #B2048B;
}
.BgClassName
{
background-color: #B2048B;
}
</style>
border-color css
<style>
span { border-color: #B2048B; }
span { border-color: rgb(178,4,139); }
td.TdClassName
{
border-color: #B2048B;
}
.TagClassName
{
border-color: #B2048B;
}
</style>