Shades of Medium Violet Red #B8117D
Tints of Medium Violet Red #B8117D
RGB
CMYK
RGB Variations
Color information
#B8117D (or 0xB8117D) is known color: Medium Violet Red. HEX triplet: B8, 11 and 7D. RGB value is (184,17,125). Sum of RGB (Red+Green+Blue) = 184+17+125=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8117D is #47EE82. Grayscale: #4E4E4E. Windows color (decimal): -4714115 or 8196536. OLE color: 8196536.
HSL color Cylindrical-coordinate representation of color #B8117D: hue angle of 321.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8117D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 125 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.28 |
| HSL | 321.2º | 0.83% | 0.39% | - |
| HSV(B) | 321.2º | 0.91% | 0.72% | - |
| XYZ | 23.67 | 12.07 | 20.48 | - |
| YUV | 79.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 125 | 0 | 0.91 | 0.32 | 0.28 | 321.2 | 0.83 | 0.39 |
| Hex | B8 | 11 | 7D | 0 | 5B | 20 | 1C | 141 | 53 | 27 |
| Octal | 270 | 21 | 175 | 0 | 133 | 40 | 34 | 501 | 123 | 47 |
| Binary | 10111000 | 10001 | 1111101 | 0 | 1011011 | 100000 | 11100 | 101000001 | 1010011 | 100111 |
Color Harmonies of #B8117D
Complementary color
Monochromatic Colors of #B8117D
Black with #B8117D
Text Example
Text Example
White with #B8117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8117D; }
p { color: rgb(184,17,125); }
H1.HeaderClassName
{
color: #B8117D;
}
.AnyTagClassName
{
color: #B8117D;
}
</style>
background-color css
<style>
a { background-color: #B8117D; }
a { background-color: rgb(184,17,125); }
div.DivClassName
{
background-color: #B8117D;
}
.BgClassName
{
background-color: #B8117D;
}
</style>
border-color css
<style>
span { border-color: #B8117D; }
span { border-color: rgb(184,17,125); }
td.TdClassName
{
border-color: #B8117D;
}
.TagClassName
{
border-color: #B8117D;
}
</style>