Shades of Medium Violet Red #B2177A
Tints of Medium Violet Red #B2177A
RGB
CMYK
RGB Variations
Color information
#B2177A (or 0xB2177A) is known color: Medium Violet Red. HEX triplet: B2, 17 and 7A. RGB value is (178,23,122). Sum of RGB (Red+Green+Blue) = 178+23+122=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2177A is #4DE885. Grayscale: #505050. Windows color (decimal): -5105798 or 8001458. OLE color: 8001458.
HSL color Cylindrical-coordinate representation of color #B2177A: hue angle of 321.68º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2177A is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 122 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.30 |
| HSL | 321.68º | 0.77% | 0.39% | - |
| HSV(B) | 321.68º | 0.87% | 0.7% | - |
| XYZ | 22.18 | 11.48 | 19.46 | - |
| YUV | 80.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 122 | 0 | 0.87 | 0.31 | 0.30 | 321.68 | 0.77 | 0.39 |
| Hex | B2 | 17 | 7A | 0 | 57 | 1F | 1E | 142 | 4D | 27 |
| Octal | 262 | 27 | 172 | 0 | 127 | 37 | 36 | 502 | 115 | 47 |
| Binary | 10110010 | 10111 | 1111010 | 0 | 1010111 | 11111 | 11110 | 101000010 | 1001101 | 100111 |
Color Harmonies of #B2177A
Complementary color
Monochromatic Colors of #B2177A
Black with #B2177A
Text Example
Text Example
White with #B2177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2177A; }
p { color: rgb(178,23,122); }
H1.HeaderClassName
{
color: #B2177A;
}
.AnyTagClassName
{
color: #B2177A;
}
</style>
background-color css
<style>
a { background-color: #B2177A; }
a { background-color: rgb(178,23,122); }
div.DivClassName
{
background-color: #B2177A;
}
.BgClassName
{
background-color: #B2177A;
}
</style>
border-color css
<style>
span { border-color: #B2177A; }
span { border-color: rgb(178,23,122); }
td.TdClassName
{
border-color: #B2177A;
}
.TagClassName
{
border-color: #B2177A;
}
</style>