Shades of Medium Violet Red #B8178A
Tints of Medium Violet Red #B8178A
RGB
CMYK
RGB Variations
Color information
#B8178A (or 0xB8178A) is known color: Medium Violet Red. HEX triplet: B8, 17 and 8A. RGB value is (184,23,138). Sum of RGB (Red+Green+Blue) = 184+23+138=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8178A is #47E875. Grayscale: #535353. Windows color (decimal): -4712566 or 9050040. OLE color: 9050040.
HSL color Cylindrical-coordinate representation of color #B8178A: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8178A is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 138 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.28 |
| HSL | 317.14º | 0.78% | 0.41% | - |
| HSV(B) | 317.14º | 0.88% | 0.72% | - |
| XYZ | 24.66 | 12.64 | 25.18 | - |
| YUV | 84.25 | 158.34 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 138 | 0 | 0.88 | 0.25 | 0.28 | 317.14 | 0.78 | 0.41 |
| Hex | B8 | 17 | 8A | 0 | 58 | 19 | 1C | 13D | 4E | 29 |
| Octal | 270 | 27 | 212 | 0 | 130 | 31 | 34 | 475 | 116 | 51 |
| Binary | 10111000 | 10111 | 10001010 | 0 | 1011000 | 11001 | 11100 | 100111101 | 1001110 | 101001 |
Color Harmonies of #B8178A
Complementary color
Monochromatic Colors of #B8178A
Black with #B8178A
Text Example
Text Example
White with #B8178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8178A; }
p { color: rgb(184,23,138); }
H1.HeaderClassName
{
color: #B8178A;
}
.AnyTagClassName
{
color: #B8178A;
}
</style>
background-color css
<style>
a { background-color: #B8178A; }
a { background-color: rgb(184,23,138); }
div.DivClassName
{
background-color: #B8178A;
}
.BgClassName
{
background-color: #B8178A;
}
</style>
border-color css
<style>
span { border-color: #B8178A; }
span { border-color: rgb(184,23,138); }
td.TdClassName
{
border-color: #B8178A;
}
.TagClassName
{
border-color: #B8178A;
}
</style>