Shades of Medium Violet Red #B11B8A
Tints of Medium Violet Red #B11B8A
RGB
CMYK
RGB Variations
Color information
#B11B8A (or 0xB11B8A) is known color: Medium Violet Red. HEX triplet: B1, 1B and 8A. RGB value is (177,27,138). Sum of RGB (Red+Green+Blue) = 177+27+138=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B8A is #4EE475. Grayscale: #545454. Windows color (decimal): -5170294 or 9051057. OLE color: 9051057.
HSL color Cylindrical-coordinate representation of color #B11B8A: hue angle of 315.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11B8A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 138 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.31 |
| HSL | 315.6º | 0.74% | 0.4% | - |
| HSV(B) | 315.6º | 0.85% | 0.69% | - |
| XYZ | 23.11 | 11.97 | 25.14 | - |
| YUV | 84.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 138 | 0 | 0.85 | 0.22 | 0.31 | 315.6 | 0.74 | 0.4 |
| Hex | B1 | 1B | 8A | 0 | 55 | 16 | 1F | 13C | 4A | 28 |
| Octal | 261 | 33 | 212 | 0 | 125 | 26 | 37 | 474 | 112 | 50 |
| Binary | 10110001 | 11011 | 10001010 | 0 | 1010101 | 10110 | 11111 | 100111100 | 1001010 | 101000 |
Color Harmonies of #B11B8A
Complementary color
Monochromatic Colors of #B11B8A
Black with #B11B8A
Text Example
Text Example
White with #B11B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B8A; }
p { color: rgb(177,27,138); }
H1.HeaderClassName
{
color: #B11B8A;
}
.AnyTagClassName
{
color: #B11B8A;
}
</style>
background-color css
<style>
a { background-color: #B11B8A; }
a { background-color: rgb(177,27,138); }
div.DivClassName
{
background-color: #B11B8A;
}
.BgClassName
{
background-color: #B11B8A;
}
</style>
border-color css
<style>
span { border-color: #B11B8A; }
span { border-color: rgb(177,27,138); }
td.TdClassName
{
border-color: #B11B8A;
}
.TagClassName
{
border-color: #B11B8A;
}
</style>