Shades of Medium Violet Red #B2048A
Tints of Medium Violet Red #B2048A
RGB
CMYK
RGB Variations
Color information
#B2048A (or 0xB2048A) is known color: Medium Violet Red. HEX triplet: B2, 04 and 8A. RGB value is (178,4,138). Sum of RGB (Red+Green+Blue) = 178+4+138=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2048A is #4DFB75. Grayscale: #464646. Windows color (decimal): -5110646 or 9045170. OLE color: 9045170.
HSL color Cylindrical-coordinate representation of color #B2048A: hue angle of 313.79º 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 #B2048A is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.30 |
| HSL | 313.79º | 0.96% | 0.36% | - |
| HSV(B) | 313.79º | 0.98% | 0.7% | - |
| XYZ | 22.99 | 11.39 | 25.03 | - |
| YUV | 71.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 138 | 0 | 0.98 | 0.22 | 0.30 | 313.79 | 0.96 | 0.36 |
| Hex | B2 | 4 | 8A | 0 | 62 | 16 | 1E | 13A | 60 | 24 |
| Octal | 262 | 4 | 212 | 0 | 142 | 26 | 36 | 472 | 140 | 44 |
| Binary | 10110010 | 100 | 10001010 | 0 | 1100010 | 10110 | 11110 | 100111010 | 1100000 | 100100 |
Color Harmonies of #B2048A
Complementary color
Monochromatic Colors of #B2048A
Black with #B2048A
Text Example
Text Example
White with #B2048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2048A; }
p { color: rgb(178,4,138); }
H1.HeaderClassName
{
color: #B2048A;
}
.AnyTagClassName
{
color: #B2048A;
}
</style>
background-color css
<style>
a { background-color: #B2048A; }
a { background-color: rgb(178,4,138); }
div.DivClassName
{
background-color: #B2048A;
}
.BgClassName
{
background-color: #B2048A;
}
</style>
border-color css
<style>
span { border-color: #B2048A; }
span { border-color: rgb(178,4,138); }
td.TdClassName
{
border-color: #B2048A;
}
.TagClassName
{
border-color: #B2048A;
}
</style>