Shades of Medium Violet Red #B5148F
Tints of Medium Violet Red #B5148F
RGB
CMYK
RGB Variations
Color information
#B5148F (or 0xB5148F) is known color: Medium Violet Red. HEX triplet: B5, 14 and 8F. RGB value is (181,20,143). Sum of RGB (Red+Green+Blue) = 181+20+143=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5148F is #4AEB70. Grayscale: #515151. Windows color (decimal): -4909937 or 9376949. OLE color: 9376949.
HSL color Cylindrical-coordinate representation of color #B5148F: hue angle of 314.16º 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 #B5148F is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 143 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.29 |
| HSL | 314.16º | 0.8% | 0.39% | - |
| HSV(B) | 314.16º | 0.89% | 0.71% | - |
| XYZ | 24.26 | 12.31 | 27.08 | - |
| YUV | 82.16 | 162.34 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 143 | 0 | 0.89 | 0.21 | 0.29 | 314.16 | 0.8 | 0.39 |
| Hex | B5 | 14 | 8F | 0 | 59 | 15 | 1D | 13A | 50 | 27 |
| Octal | 265 | 24 | 217 | 0 | 131 | 25 | 35 | 472 | 120 | 47 |
| Binary | 10110101 | 10100 | 10001111 | 0 | 1011001 | 10101 | 11101 | 100111010 | 1010000 | 100111 |
Color Harmonies of #B5148F
Complementary color
Monochromatic Colors of #B5148F
Black with #B5148F
Text Example
Text Example
White with #B5148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5148F; }
p { color: rgb(181,20,143); }
H1.HeaderClassName
{
color: #B5148F;
}
.AnyTagClassName
{
color: #B5148F;
}
</style>
background-color css
<style>
a { background-color: #B5148F; }
a { background-color: rgb(181,20,143); }
div.DivClassName
{
background-color: #B5148F;
}
.BgClassName
{
background-color: #B5148F;
}
</style>
border-color css
<style>
span { border-color: #B5148F; }
span { border-color: rgb(181,20,143); }
td.TdClassName
{
border-color: #B5148F;
}
.TagClassName
{
border-color: #B5148F;
}
</style>