Shades of Medium Violet Red #B81D8F
Tints of Medium Violet Red #B81D8F
RGB
CMYK
RGB Variations
Color information
#B81D8F (or 0xB81D8F) is known color: Medium Violet Red. HEX triplet: B8, 1D and 8F. RGB value is (184,29,143). Sum of RGB (Red+Green+Blue) = 184+29+143=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D8F is #47E270. Grayscale: #585858. Windows color (decimal): -4711025 or 9379256. OLE color: 9379256.
HSL color Cylindrical-coordinate representation of color #B81D8F: hue angle of 315.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D8F is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 143 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.28 |
| HSL | 315.87º | 0.73% | 0.42% | - |
| HSV(B) | 315.87º | 0.84% | 0.72% | - |
| XYZ | 25.16 | 13.05 | 27.18 | - |
| YUV | 88.34 | 158.85 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 143 | 0 | 0.84 | 0.22 | 0.28 | 315.87 | 0.73 | 0.42 |
| Hex | B8 | 1D | 8F | 0 | 54 | 16 | 1C | 13C | 49 | 2A |
| Octal | 270 | 35 | 217 | 0 | 124 | 26 | 34 | 474 | 111 | 52 |
| Binary | 10111000 | 11101 | 10001111 | 0 | 1010100 | 10110 | 11100 | 100111100 | 1001001 | 101010 |
Color Harmonies of #B81D8F
Complementary color
Monochromatic Colors of #B81D8F
Black with #B81D8F
Text Example
Text Example
White with #B81D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D8F; }
p { color: rgb(184,29,143); }
H1.HeaderClassName
{
color: #B81D8F;
}
.AnyTagClassName
{
color: #B81D8F;
}
</style>
background-color css
<style>
a { background-color: #B81D8F; }
a { background-color: rgb(184,29,143); }
div.DivClassName
{
background-color: #B81D8F;
}
.BgClassName
{
background-color: #B81D8F;
}
</style>
border-color css
<style>
span { border-color: #B81D8F; }
span { border-color: rgb(184,29,143); }
td.TdClassName
{
border-color: #B81D8F;
}
.TagClassName
{
border-color: #B81D8F;
}
</style>