Shades of Medium Violet Red #B8149F
Tints of Medium Violet Red #B8149F
RGB
CMYK
RGB Variations
Color information
#B8149F (or 0xB8149F) is known color: Medium Violet Red. HEX triplet: B8, 14 and 9F. RGB value is (184,20,159). Sum of RGB (Red+Green+Blue) = 184+20+159=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8149F is #47EB60. Grayscale: #545454. Windows color (decimal): -4713313 or 10425528. OLE color: 10425528.
HSL color Cylindrical-coordinate representation of color #B8149F: hue angle of 309.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8149F is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 159 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.28 |
| HSL | 309.15º | 0.8% | 0.4% | - |
| HSV(B) | 309.15º | 0.89% | 0.72% | - |
| XYZ | 26.28 | 13.19 | 33.96 | - |
| YUV | 84.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 159 | 0 | 0.89 | 0.14 | 0.28 | 309.15 | 0.8 | 0.4 |
| Hex | B8 | 14 | 9F | 0 | 59 | E | 1C | 135 | 50 | 28 |
| Octal | 270 | 24 | 237 | 0 | 131 | 16 | 34 | 465 | 120 | 50 |
| Binary | 10111000 | 10100 | 10011111 | 0 | 1011001 | 1110 | 11100 | 100110101 | 1010000 | 101000 |
Color Harmonies of #B8149F
Complementary color
Monochromatic Colors of #B8149F
Black with #B8149F
Text Example
Text Example
White with #B8149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8149F; }
p { color: rgb(184,20,159); }
H1.HeaderClassName
{
color: #B8149F;
}
.AnyTagClassName
{
color: #B8149F;
}
</style>
background-color css
<style>
a { background-color: #B8149F; }
a { background-color: rgb(184,20,159); }
div.DivClassName
{
background-color: #B8149F;
}
.BgClassName
{
background-color: #B8149F;
}
</style>
border-color css
<style>
span { border-color: #B8149F; }
span { border-color: rgb(184,20,159); }
td.TdClassName
{
border-color: #B8149F;
}
.TagClassName
{
border-color: #B8149F;
}
</style>