Shades of Medium Violet Red #B9148F
Tints of Medium Violet Red #B9148F
RGB
CMYK
RGB Variations
Color information
#B9148F (or 0xB9148F) is known color: Medium Violet Red. HEX triplet: B9, 14 and 8F. RGB value is (185,20,143). Sum of RGB (Red+Green+Blue) = 185+20+143=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9148F is #46EB70. Grayscale: #535353. Windows color (decimal): -4647793 or 9376953. OLE color: 9376953.
HSL color Cylindrical-coordinate representation of color #B9148F: hue angle of 315.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9148F is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 143 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.27 |
| HSL | 315.27º | 0.8% | 0.4% | - |
| HSV(B) | 315.27º | 0.89% | 0.73% | - |
| XYZ | 25.22 | 12.8 | 27.13 | - |
| YUV | 83.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 143 | 0 | 0.89 | 0.23 | 0.27 | 315.27 | 0.8 | 0.4 |
| Hex | B9 | 14 | 8F | 0 | 59 | 17 | 1B | 13B | 50 | 28 |
| Octal | 271 | 24 | 217 | 0 | 131 | 27 | 33 | 473 | 120 | 50 |
| Binary | 10111001 | 10100 | 10001111 | 0 | 1011001 | 10111 | 11011 | 100111011 | 1010000 | 101000 |
Color Harmonies of #B9148F
Complementary color
Monochromatic Colors of #B9148F
Black with #B9148F
Text Example
Text Example
White with #B9148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9148F; }
p { color: rgb(185,20,143); }
H1.HeaderClassName
{
color: #B9148F;
}
.AnyTagClassName
{
color: #B9148F;
}
</style>
background-color css
<style>
a { background-color: #B9148F; }
a { background-color: rgb(185,20,143); }
div.DivClassName
{
background-color: #B9148F;
}
.BgClassName
{
background-color: #B9148F;
}
</style>
border-color css
<style>
span { border-color: #B9148F; }
span { border-color: rgb(185,20,143); }
td.TdClassName
{
border-color: #B9148F;
}
.TagClassName
{
border-color: #B9148F;
}
</style>