Shades of Medium Violet Red #B4148B
Tints of Medium Violet Red #B4148B
RGB
CMYK
RGB Variations
Color information
#B4148B (or 0xB4148B) is known color: Medium Violet Red. HEX triplet: B4, 14 and 8B. RGB value is (180,20,139). Sum of RGB (Red+Green+Blue) = 180+20+139=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4148B is #4BEB74. Grayscale: #515151. Windows color (decimal): -4975477 or 9114804. OLE color: 9114804.
HSL color Cylindrical-coordinate representation of color #B4148B: hue angle of 315.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4148B is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 139 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.29 |
| HSL | 315.38º | 0.8% | 0.39% | - |
| HSV(B) | 315.38º | 0.89% | 0.71% | - |
| XYZ | 23.73 | 12.07 | 25.5 | - |
| YUV | 81.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 139 | 0 | 0.89 | 0.23 | 0.29 | 315.38 | 0.8 | 0.39 |
| Hex | B4 | 14 | 8B | 0 | 59 | 17 | 1D | 13B | 50 | 27 |
| Octal | 264 | 24 | 213 | 0 | 131 | 27 | 35 | 473 | 120 | 47 |
| Binary | 10110100 | 10100 | 10001011 | 0 | 1011001 | 10111 | 11101 | 100111011 | 1010000 | 100111 |
Color Harmonies of #B4148B
Complementary color
Monochromatic Colors of #B4148B
Black with #B4148B
Text Example
Text Example
White with #B4148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4148B; }
p { color: rgb(180,20,139); }
H1.HeaderClassName
{
color: #B4148B;
}
.AnyTagClassName
{
color: #B4148B;
}
</style>
background-color css
<style>
a { background-color: #B4148B; }
a { background-color: rgb(180,20,139); }
div.DivClassName
{
background-color: #B4148B;
}
.BgClassName
{
background-color: #B4148B;
}
</style>
border-color css
<style>
span { border-color: #B4148B; }
span { border-color: rgb(180,20,139); }
td.TdClassName
{
border-color: #B4148B;
}
.TagClassName
{
border-color: #B4148B;
}
</style>