Shades of Medium Violet Red #B2117E
Tints of Medium Violet Red #B2117E
RGB
CMYK
RGB Variations
Color information
#B2117E (or 0xB2117E) is known color: Medium Violet Red. HEX triplet: B2, 11 and 7E. RGB value is (178,17,126). Sum of RGB (Red+Green+Blue) = 178+17+126=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2117E is #4DEE81. Grayscale: #4D4D4D. Windows color (decimal): -5107330 or 8262066. OLE color: 8262066.
HSL color Cylindrical-coordinate representation of color #B2117E: hue angle of 319.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2117E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 126 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.30 |
| HSL | 319.38º | 0.83% | 0.38% | - |
| HSV(B) | 319.38º | 0.9% | 0.7% | - |
| XYZ | 22.33 | 11.37 | 20.76 | - |
| YUV | 77.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 126 | 0 | 0.90 | 0.29 | 0.30 | 319.38 | 0.83 | 0.38 |
| Hex | B2 | 11 | 7E | 0 | 5A | 1D | 1E | 13F | 53 | 26 |
| Octal | 262 | 21 | 176 | 0 | 132 | 35 | 36 | 477 | 123 | 46 |
| Binary | 10110010 | 10001 | 1111110 | 0 | 1011010 | 11101 | 11110 | 100111111 | 1010011 | 100110 |
Color Harmonies of #B2117E
Complementary color
Monochromatic Colors of #B2117E
Black with #B2117E
Text Example
Text Example
White with #B2117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2117E; }
p { color: rgb(178,17,126); }
H1.HeaderClassName
{
color: #B2117E;
}
.AnyTagClassName
{
color: #B2117E;
}
</style>
background-color css
<style>
a { background-color: #B2117E; }
a { background-color: rgb(178,17,126); }
div.DivClassName
{
background-color: #B2117E;
}
.BgClassName
{
background-color: #B2117E;
}
</style>
border-color css
<style>
span { border-color: #B2117E; }
span { border-color: rgb(178,17,126); }
td.TdClassName
{
border-color: #B2117E;
}
.TagClassName
{
border-color: #B2117E;
}
</style>