Shades of Medium Violet Red #B8147B
Tints of Medium Violet Red #B8147B
RGB
CMYK
RGB Variations
Color information
#B8147B (or 0xB8147B) is known color: Medium Violet Red. HEX triplet: B8, 14 and 7B. RGB value is (184,20,123). Sum of RGB (Red+Green+Blue) = 184+20+123=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8147B is #47EB84. Grayscale: #505050. Windows color (decimal): -4713349 or 8066232. OLE color: 8066232.
HSL color Cylindrical-coordinate representation of color #B8147B: hue angle of 322.32º 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 #B8147B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 123 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.28 |
| HSL | 322.32º | 0.8% | 0.4% | - |
| HSV(B) | 322.32º | 0.89% | 0.72% | - |
| XYZ | 23.59 | 12.12 | 19.83 | - |
| YUV | 80.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 123 | 0 | 0.89 | 0.33 | 0.28 | 322.32 | 0.8 | 0.4 |
| Hex | B8 | 14 | 7B | 0 | 59 | 21 | 1C | 142 | 50 | 28 |
| Octal | 270 | 24 | 173 | 0 | 131 | 41 | 34 | 502 | 120 | 50 |
| Binary | 10111000 | 10100 | 1111011 | 0 | 1011001 | 100001 | 11100 | 101000010 | 1010000 | 101000 |
Color Harmonies of #B8147B
Complementary color
Monochromatic Colors of #B8147B
Black with #B8147B
Text Example
Text Example
White with #B8147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8147B; }
p { color: rgb(184,20,123); }
H1.HeaderClassName
{
color: #B8147B;
}
.AnyTagClassName
{
color: #B8147B;
}
</style>
background-color css
<style>
a { background-color: #B8147B; }
a { background-color: rgb(184,20,123); }
div.DivClassName
{
background-color: #B8147B;
}
.BgClassName
{
background-color: #B8147B;
}
</style>
border-color css
<style>
span { border-color: #B8147B; }
span { border-color: rgb(184,20,123); }
td.TdClassName
{
border-color: #B8147B;
}
.TagClassName
{
border-color: #B8147B;
}
</style>