Shades of Medium Violet Red #B217A0
Tints of Medium Violet Red #B217A0
RGB
CMYK
RGB Variations
Color information
#B217A0 (or 0xB217A0) is known color: Medium Violet Red. HEX triplet: B2, 17 and A0. RGB value is (178,23,160). Sum of RGB (Red+Green+Blue) = 178+23+160=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B217A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217A0 is #4DE85F. Grayscale: #545454. Windows color (decimal): -5105760 or 10491826. OLE color: 10491826.
HSL color Cylindrical-coordinate representation of color #B217A0: hue angle of 306.97º 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 #B217A0 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 160 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.30 |
| HSL | 306.97º | 0.77% | 0.39% | - |
| HSV(B) | 306.97º | 0.87% | 0.7% | - |
| XYZ | 25.01 | 12.62 | 34.37 | - |
| YUV | 84.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 160 | 0 | 0.87 | 0.10 | 0.30 | 306.97 | 0.77 | 0.39 |
| Hex | B2 | 17 | A0 | 0 | 57 | A | 1E | 133 | 4D | 27 |
| Octal | 262 | 27 | 240 | 0 | 127 | 12 | 36 | 463 | 115 | 47 |
| Binary | 10110010 | 10111 | 10100000 | 0 | 1010111 | 1010 | 11110 | 100110011 | 1001101 | 100111 |
Color Harmonies of #B217A0
Complementary color
Monochromatic Colors of #B217A0
Black with #B217A0
Text Example
Text Example
White with #B217A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217A0; }
p { color: rgb(178,23,160); }
H1.HeaderClassName
{
color: #B217A0;
}
.AnyTagClassName
{
color: #B217A0;
}
</style>
background-color css
<style>
a { background-color: #B217A0; }
a { background-color: rgb(178,23,160); }
div.DivClassName
{
background-color: #B217A0;
}
.BgClassName
{
background-color: #B217A0;
}
</style>
border-color css
<style>
span { border-color: #B217A0; }
span { border-color: rgb(178,23,160); }
td.TdClassName
{
border-color: #B217A0;
}
.TagClassName
{
border-color: #B217A0;
}
</style>