Shades of Medium Violet Red #B8008D
Tints of Medium Violet Red #B8008D
RGB
CMYK
RGB Variations
Color information
#B8008D (or 0xB8008D) is known color: Medium Violet Red. HEX triplet: B8, 00 and 8D. RGB value is (184,0,141). Sum of RGB (Red+Green+Blue) = 184+0+141=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8008D is #47FF72. Grayscale: #464646. Windows color (decimal): -4718451 or 9240760. OLE color: 9240760.
HSL color Cylindrical-coordinate representation of color #B8008D: hue angle of 314.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8008D is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.23 | 0.28 |
| HSL | 314.02º | 1% | 0.36% | - |
| HSV(B) | 314.02º | 1% | 0.72% | - |
| XYZ | 24.57 | 12.11 | 26.24 | - |
| YUV | 71.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 141 | 0 | 1 | 0.23 | 0.28 | 314.02 | 1 | 0.36 |
| Hex | B8 | 0 | 8D | 0 | 64 | 17 | 1C | 13A | 64 | 24 |
| Octal | 270 | 0 | 215 | 0 | 144 | 27 | 34 | 472 | 144 | 44 |
| Binary | 10111000 | 0 | 10001101 | 0 | 1100100 | 10111 | 11100 | 100111010 | 1100100 | 100100 |
Color Harmonies of #B8008D
Complementary color
Monochromatic Colors of #B8008D
Black with #B8008D
Text Example
Text Example
White with #B8008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8008D; }
p { color: rgb(184,0,141); }
H1.HeaderClassName
{
color: #B8008D;
}
.AnyTagClassName
{
color: #B8008D;
}
</style>
background-color css
<style>
a { background-color: #B8008D; }
a { background-color: rgb(184,0,141); }
div.DivClassName
{
background-color: #B8008D;
}
.BgClassName
{
background-color: #B8008D;
}
</style>
border-color css
<style>
span { border-color: #B8008D; }
span { border-color: rgb(184,0,141); }
td.TdClassName
{
border-color: #B8008D;
}
.TagClassName
{
border-color: #B8008D;
}
</style>