Shades of Medium Purple #B17CEA
Tints of Medium Purple #B17CEA
RGB
CMYK
RGB Variations
Color information
#B17CEA (or 0xB17CEA) is known color: Medium Purple. HEX triplet: B1, 7C and EA. RGB value is (177,124,234). Sum of RGB (Red+Green+Blue) = 177+124+234=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #B17CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CEA is #4E8315. Grayscale: #989898. Windows color (decimal): -5145366 or 15367345. OLE color: 15367345.
HSL color Cylindrical-coordinate representation of color #B17CEA: hue angle of 268.91º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B17CEA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 124 | 234 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.08 |
| HSL | 268.91º | 0.72% | 0.7% | - |
| HSV(B) | 268.91º | 0.47% | 0.92% | - |
| XYZ | 40.19 | 29.7 | 81.46 | - |
| YUV | 152.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 234 | 0.24 | 0.47 | 0 | 0.08 | 268.91 | 0.72 | 0.7 |
| Hex | B1 | 7C | EA | 18 | 2F | 0 | 8 | 10D | 48 | 46 |
| Octal | 261 | 174 | 352 | 30 | 57 | 0 | 10 | 415 | 110 | 106 |
| Binary | 10110001 | 1111100 | 11101010 | 11000 | 101111 | 0 | 1000 | 100001101 | 1001000 | 1000110 |
Color Harmonies of #B17CEA
Complementary color
Monochromatic Colors of #B17CEA
Black with #B17CEA
Text Example
Text Example
White with #B17CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17CEA; }
p { color: rgb(177,124,234); }
H1.HeaderClassName
{
color: #B17CEA;
}
.AnyTagClassName
{
color: #B17CEA;
}
</style>
background-color css
<style>
a { background-color: #B17CEA; }
a { background-color: rgb(177,124,234); }
div.DivClassName
{
background-color: #B17CEA;
}
.BgClassName
{
background-color: #B17CEA;
}
</style>
border-color css
<style>
span { border-color: #B17CEA; }
span { border-color: rgb(177,124,234); }
td.TdClassName
{
border-color: #B17CEA;
}
.TagClassName
{
border-color: #B17CEA;
}
</style>