Shades of Medium Violet Red #B8108A
Tints of Medium Violet Red #B8108A
RGB
CMYK
RGB Variations
Color information
#B8108A (or 0xB8108A) is known color: Medium Violet Red. HEX triplet: B8, 10 and 8A. RGB value is (184,16,138). Sum of RGB (Red+Green+Blue) = 184+16+138=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B8108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8108A is #47EF75. Grayscale: #4F4F4F. Windows color (decimal): -4714358 or 9048248. OLE color: 9048248.
HSL color Cylindrical-coordinate representation of color #B8108A: hue angle of 316.43º degrees, saturation: 0.84, 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 #B8108A is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 138 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.28 |
| HSL | 316.43º | 0.84% | 0.39% | - |
| HSV(B) | 316.43º | 0.91% | 0.72% | - |
| XYZ | 24.54 | 12.4 | 25.14 | - |
| YUV | 80.14 | 160.66 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 138 | 0 | 0.91 | 0.25 | 0.28 | 316.43 | 0.84 | 0.39 |
| Hex | B8 | 10 | 8A | 0 | 5B | 19 | 1C | 13C | 54 | 27 |
| Octal | 270 | 20 | 212 | 0 | 133 | 31 | 34 | 474 | 124 | 47 |
| Binary | 10111000 | 10000 | 10001010 | 0 | 1011011 | 11001 | 11100 | 100111100 | 1010100 | 100111 |
Color Harmonies of #B8108A
Complementary color
Monochromatic Colors of #B8108A
Black with #B8108A
Text Example
Text Example
White with #B8108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8108A; }
p { color: rgb(184,16,138); }
H1.HeaderClassName
{
color: #B8108A;
}
.AnyTagClassName
{
color: #B8108A;
}
</style>
background-color css
<style>
a { background-color: #B8108A; }
a { background-color: rgb(184,16,138); }
div.DivClassName
{
background-color: #B8108A;
}
.BgClassName
{
background-color: #B8108A;
}
</style>
border-color css
<style>
span { border-color: #B8108A; }
span { border-color: rgb(184,16,138); }
td.TdClassName
{
border-color: #B8108A;
}
.TagClassName
{
border-color: #B8108A;
}
</style>