Shades of Medium Violet Red #B11C9A
Tints of Medium Violet Red #B11C9A
RGB
CMYK
RGB Variations
Color information
#B11C9A (or 0xB11C9A) is known color: Medium Violet Red. HEX triplet: B1, 1C and 9A. RGB value is (177,28,154). Sum of RGB (Red+Green+Blue) = 177+28+154=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C9A is #4EE365. Grayscale: #565656. Windows color (decimal): -5170022 or 10099889. OLE color: 10099889.
HSL color Cylindrical-coordinate representation of color #B11C9A: hue angle of 309.26º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C9A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 154 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.31 |
| HSL | 309.26º | 0.73% | 0.4% | - |
| HSV(B) | 309.26º | 0.84% | 0.69% | - |
| XYZ | 24.38 | 12.51 | 31.7 | - |
| YUV | 86.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 154 | 0 | 0.84 | 0.13 | 0.31 | 309.26 | 0.73 | 0.4 |
| Hex | B1 | 1C | 9A | 0 | 54 | D | 1F | 135 | 49 | 28 |
| Octal | 261 | 34 | 232 | 0 | 124 | 15 | 37 | 465 | 111 | 50 |
| Binary | 10110001 | 11100 | 10011010 | 0 | 1010100 | 1101 | 11111 | 100110101 | 1001001 | 101000 |
Color Harmonies of #B11C9A
Complementary color
Monochromatic Colors of #B11C9A
Black with #B11C9A
Text Example
Text Example
White with #B11C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C9A; }
p { color: rgb(177,28,154); }
H1.HeaderClassName
{
color: #B11C9A;
}
.AnyTagClassName
{
color: #B11C9A;
}
</style>
background-color css
<style>
a { background-color: #B11C9A; }
a { background-color: rgb(177,28,154); }
div.DivClassName
{
background-color: #B11C9A;
}
.BgClassName
{
background-color: #B11C9A;
}
</style>
border-color css
<style>
span { border-color: #B11C9A; }
span { border-color: rgb(177,28,154); }
td.TdClassName
{
border-color: #B11C9A;
}
.TagClassName
{
border-color: #B11C9A;
}
</style>