Shades of Medium Violet Red #B8109A
Tints of Medium Violet Red #B8109A
RGB
CMYK
RGB Variations
Color information
#B8109A (or 0xB8109A) is known color: Medium Violet Red. HEX triplet: B8, 10 and 9A. RGB value is (184,16,154). Sum of RGB (Red+Green+Blue) = 184+16+154=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B8109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8109A is #47EF65. Grayscale: #515151. Windows color (decimal): -4714342 or 10096824. OLE color: 10096824.
HSL color Cylindrical-coordinate representation of color #B8109A: hue angle of 310.71º 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 #B8109A is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 154 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.28 |
| HSL | 310.71º | 0.84% | 0.39% | - |
| HSV(B) | 310.71º | 0.91% | 0.72% | - |
| XYZ | 25.79 | 12.89 | 31.7 | - |
| YUV | 81.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 154 | 0 | 0.91 | 0.16 | 0.28 | 310.71 | 0.84 | 0.39 |
| Hex | B8 | 10 | 9A | 0 | 5B | 10 | 1C | 137 | 54 | 27 |
| Octal | 270 | 20 | 232 | 0 | 133 | 20 | 34 | 467 | 124 | 47 |
| Binary | 10111000 | 10000 | 10011010 | 0 | 1011011 | 10000 | 11100 | 100110111 | 1010100 | 100111 |
Color Harmonies of #B8109A
Complementary color
Monochromatic Colors of #B8109A
Black with #B8109A
Text Example
Text Example
White with #B8109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8109A; }
p { color: rgb(184,16,154); }
H1.HeaderClassName
{
color: #B8109A;
}
.AnyTagClassName
{
color: #B8109A;
}
</style>
background-color css
<style>
a { background-color: #B8109A; }
a { background-color: rgb(184,16,154); }
div.DivClassName
{
background-color: #B8109A;
}
.BgClassName
{
background-color: #B8109A;
}
</style>
border-color css
<style>
span { border-color: #B8109A; }
span { border-color: rgb(184,16,154); }
td.TdClassName
{
border-color: #B8109A;
}
.TagClassName
{
border-color: #B8109A;
}
</style>