Shades of Medium Violet Red #B8149C
Tints of Medium Violet Red #B8149C
RGB
CMYK
RGB Variations
Color information
#B8149C (or 0xB8149C) is known color: Medium Violet Red. HEX triplet: B8, 14 and 9C. RGB value is (184,20,156). Sum of RGB (Red+Green+Blue) = 184+20+156=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B8149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8149C is #47EB63. Grayscale: #545454. Windows color (decimal): -4713316 or 10228920. OLE color: 10228920.
HSL color Cylindrical-coordinate representation of color #B8149C: hue angle of 310.24º 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 #B8149C is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 156 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.28 |
| HSL | 310.24º | 0.8% | 0.4% | - |
| HSV(B) | 310.24º | 0.89% | 0.72% | - |
| XYZ | 26.02 | 13.09 | 32.61 | - |
| YUV | 84.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 156 | 0 | 0.89 | 0.15 | 0.28 | 310.24 | 0.8 | 0.4 |
| Hex | B8 | 14 | 9C | 0 | 59 | F | 1C | 136 | 50 | 28 |
| Octal | 270 | 24 | 234 | 0 | 131 | 17 | 34 | 466 | 120 | 50 |
| Binary | 10111000 | 10100 | 10011100 | 0 | 1011001 | 1111 | 11100 | 100110110 | 1010000 | 101000 |
Color Harmonies of #B8149C
Complementary color
Monochromatic Colors of #B8149C
Black with #B8149C
Text Example
Text Example
White with #B8149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8149C; }
p { color: rgb(184,20,156); }
H1.HeaderClassName
{
color: #B8149C;
}
.AnyTagClassName
{
color: #B8149C;
}
</style>
background-color css
<style>
a { background-color: #B8149C; }
a { background-color: rgb(184,20,156); }
div.DivClassName
{
background-color: #B8149C;
}
.BgClassName
{
background-color: #B8149C;
}
</style>
border-color css
<style>
span { border-color: #B8149C; }
span { border-color: rgb(184,20,156); }
td.TdClassName
{
border-color: #B8149C;
}
.TagClassName
{
border-color: #B8149C;
}
</style>