Shades of Medium Violet Red #B0148B
Tints of Medium Violet Red #B0148B
RGB
CMYK
RGB Variations
Color information
#B0148B (or 0xB0148B) is known color: Medium Violet Red. HEX triplet: B0, 14 and 8B. RGB value is (176,20,139). Sum of RGB (Red+Green+Blue) = 176+20+139=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0148B is #4FEB74. Grayscale: #4F4F4F. Windows color (decimal): -5237621 or 9114800. OLE color: 9114800.
HSL color Cylindrical-coordinate representation of color #B0148B: hue angle of 314.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0148B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 139 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.31 |
| HSL | 314.23º | 0.8% | 0.38% | - |
| HSV(B) | 314.23º | 0.89% | 0.69% | - |
| XYZ | 22.81 | 11.59 | 25.46 | - |
| YUV | 80.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 139 | 0 | 0.89 | 0.21 | 0.31 | 314.23 | 0.8 | 0.38 |
| Hex | B0 | 14 | 8B | 0 | 59 | 15 | 1F | 13A | 50 | 26 |
| Octal | 260 | 24 | 213 | 0 | 131 | 25 | 37 | 472 | 120 | 46 |
| Binary | 10110000 | 10100 | 10001011 | 0 | 1011001 | 10101 | 11111 | 100111010 | 1010000 | 100110 |
Color Harmonies of #B0148B
Complementary color
Monochromatic Colors of #B0148B
Black with #B0148B
Text Example
Text Example
White with #B0148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0148B; }
p { color: rgb(176,20,139); }
H1.HeaderClassName
{
color: #B0148B;
}
.AnyTagClassName
{
color: #B0148B;
}
</style>
background-color css
<style>
a { background-color: #B0148B; }
a { background-color: rgb(176,20,139); }
div.DivClassName
{
background-color: #B0148B;
}
.BgClassName
{
background-color: #B0148B;
}
</style>
border-color css
<style>
span { border-color: #B0148B; }
span { border-color: rgb(176,20,139); }
td.TdClassName
{
border-color: #B0148B;
}
.TagClassName
{
border-color: #B0148B;
}
</style>