Shades of Medium Violet Red #B11281
Tints of Medium Violet Red #B11281
RGB
CMYK
RGB Variations
Color information
#B11281 (or 0xB11281) is known color: Medium Violet Red. HEX triplet: B1, 12 and 81. RGB value is (177,18,129). Sum of RGB (Red+Green+Blue) = 177+18+129=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B11281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11281 is #4EED7E. Grayscale: #4D4D4D. Windows color (decimal): -5172607 or 8458929. OLE color: 8458929.
HSL color Cylindrical-coordinate representation of color #B11281: hue angle of 318.11º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11281 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 129 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.31 |
| HSL | 318.11º | 0.82% | 0.38% | - |
| HSV(B) | 318.11º | 0.9% | 0.69% | - |
| XYZ | 22.31 | 11.36 | 21.79 | - |
| YUV | 78.2 | 156.68 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 129 | 0 | 0.90 | 0.27 | 0.31 | 318.11 | 0.82 | 0.38 |
| Hex | B1 | 12 | 81 | 0 | 5A | 1B | 1F | 13E | 52 | 26 |
| Octal | 261 | 22 | 201 | 0 | 132 | 33 | 37 | 476 | 122 | 46 |
| Binary | 10110001 | 10010 | 10000001 | 0 | 1011010 | 11011 | 11111 | 100111110 | 1010010 | 100110 |
Color Harmonies of #B11281
Complementary color
Monochromatic Colors of #B11281
Black with #B11281
Text Example
Text Example
White with #B11281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11281; }
p { color: rgb(177,18,129); }
H1.HeaderClassName
{
color: #B11281;
}
.AnyTagClassName
{
color: #B11281;
}
</style>
background-color css
<style>
a { background-color: #B11281; }
a { background-color: rgb(177,18,129); }
div.DivClassName
{
background-color: #B11281;
}
.BgClassName
{
background-color: #B11281;
}
</style>
border-color css
<style>
span { border-color: #B11281; }
span { border-color: rgb(177,18,129); }
td.TdClassName
{
border-color: #B11281;
}
.TagClassName
{
border-color: #B11281;
}
</style>