Shades of Medium Violet Red #B2148A
Tints of Medium Violet Red #B2148A
RGB
CMYK
RGB Variations
Color information
#B2148A (or 0xB2148A) is known color: Medium Violet Red. HEX triplet: B2, 14 and 8A. RGB value is (178,20,138). Sum of RGB (Red+Green+Blue) = 178+20+138=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2148A is #4DEB75. Grayscale: #505050. Windows color (decimal): -5106550 or 9049266. OLE color: 9049266.
HSL color Cylindrical-coordinate representation of color #B2148A: hue angle of 315.19º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2148A is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 138 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.30 |
| HSL | 315.19º | 0.8% | 0.39% | - |
| HSV(B) | 315.19º | 0.89% | 0.7% | - |
| XYZ | 23.2 | 11.8 | 25.1 | - |
| YUV | 80.69 | 160.35 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 138 | 0 | 0.89 | 0.22 | 0.30 | 315.19 | 0.8 | 0.39 |
| Hex | B2 | 14 | 8A | 0 | 59 | 16 | 1E | 13B | 50 | 27 |
| Octal | 262 | 24 | 212 | 0 | 131 | 26 | 36 | 473 | 120 | 47 |
| Binary | 10110010 | 10100 | 10001010 | 0 | 1011001 | 10110 | 11110 | 100111011 | 1010000 | 100111 |
Color Harmonies of #B2148A
Complementary color
Monochromatic Colors of #B2148A
Black with #B2148A
Text Example
Text Example
White with #B2148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2148A; }
p { color: rgb(178,20,138); }
H1.HeaderClassName
{
color: #B2148A;
}
.AnyTagClassName
{
color: #B2148A;
}
</style>
background-color css
<style>
a { background-color: #B2148A; }
a { background-color: rgb(178,20,138); }
div.DivClassName
{
background-color: #B2148A;
}
.BgClassName
{
background-color: #B2148A;
}
</style>
border-color css
<style>
span { border-color: #B2148A; }
span { border-color: rgb(178,20,138); }
td.TdClassName
{
border-color: #B2148A;
}
.TagClassName
{
border-color: #B2148A;
}
</style>