Shades of Medium Violet Red #B11DA3
Tints of Medium Violet Red #B11DA3
RGB
CMYK
RGB Variations
Color information
#B11DA3 (or 0xB11DA3) is known color: Medium Violet Red. HEX triplet: B1, 1D and A3. RGB value is (177,29,163). Sum of RGB (Red+Green+Blue) = 177+29+163=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B11DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11DA3 is #4EE25C. Grayscale: #585858. Windows color (decimal): -5169757 or 10689969. OLE color: 10689969.
HSL color Cylindrical-coordinate representation of color #B11DA3: hue angle of 305.68º degrees, saturation: 0.72, 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 #B11DA3 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 163 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.31 |
| HSL | 305.68º | 0.72% | 0.4% | - |
| HSV(B) | 305.68º | 0.84% | 0.69% | - |
| XYZ | 25.18 | 12.87 | 35.81 | - |
| YUV | 88.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 163 | 0 | 0.84 | 0.08 | 0.31 | 305.68 | 0.72 | 0.4 |
| Hex | B1 | 1D | A3 | 0 | 54 | 8 | 1F | 132 | 48 | 28 |
| Octal | 261 | 35 | 243 | 0 | 124 | 10 | 37 | 462 | 110 | 50 |
| Binary | 10110001 | 11101 | 10100011 | 0 | 1010100 | 1000 | 11111 | 100110010 | 1001000 | 101000 |
Color Harmonies of #B11DA3
Complementary color
Monochromatic Colors of #B11DA3
Black with #B11DA3
Text Example
Text Example
White with #B11DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11DA3; }
p { color: rgb(177,29,163); }
H1.HeaderClassName
{
color: #B11DA3;
}
.AnyTagClassName
{
color: #B11DA3;
}
</style>
background-color css
<style>
a { background-color: #B11DA3; }
a { background-color: rgb(177,29,163); }
div.DivClassName
{
background-color: #B11DA3;
}
.BgClassName
{
background-color: #B11DA3;
}
</style>
border-color css
<style>
span { border-color: #B11DA3; }
span { border-color: rgb(177,29,163); }
td.TdClassName
{
border-color: #B11DA3;
}
.TagClassName
{
border-color: #B11DA3;
}
</style>