Shades of Medium Violet Red #B2148F
Tints of Medium Violet Red #B2148F
RGB
CMYK
RGB Variations
Color information
#B2148F (or 0xB2148F) is known color: Medium Violet Red. HEX triplet: B2, 14 and 8F. RGB value is (178,20,143). Sum of RGB (Red+Green+Blue) = 178+20+143=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2148F is #4DEB70. Grayscale: #505050. Windows color (decimal): -5106545 or 9376946. OLE color: 9376946.
HSL color Cylindrical-coordinate representation of color #B2148F: hue angle of 313.29º 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 #B2148F is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 143 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.30 |
| HSL | 313.29º | 0.8% | 0.39% | - |
| HSV(B) | 313.29º | 0.89% | 0.7% | - |
| XYZ | 23.57 | 11.95 | 27.05 | - |
| YUV | 81.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 143 | 0 | 0.89 | 0.20 | 0.30 | 313.29 | 0.8 | 0.39 |
| Hex | B2 | 14 | 8F | 0 | 59 | 14 | 1E | 139 | 50 | 27 |
| Octal | 262 | 24 | 217 | 0 | 131 | 24 | 36 | 471 | 120 | 47 |
| Binary | 10110010 | 10100 | 10001111 | 0 | 1011001 | 10100 | 11110 | 100111001 | 1010000 | 100111 |
Color Harmonies of #B2148F
Complementary color
Monochromatic Colors of #B2148F
Black with #B2148F
Text Example
Text Example
White with #B2148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2148F; }
p { color: rgb(178,20,143); }
H1.HeaderClassName
{
color: #B2148F;
}
.AnyTagClassName
{
color: #B2148F;
}
</style>
background-color css
<style>
a { background-color: #B2148F; }
a { background-color: rgb(178,20,143); }
div.DivClassName
{
background-color: #B2148F;
}
.BgClassName
{
background-color: #B2148F;
}
</style>
border-color css
<style>
span { border-color: #B2148F; }
span { border-color: rgb(178,20,143); }
td.TdClassName
{
border-color: #B2148F;
}
.TagClassName
{
border-color: #B2148F;
}
</style>