Shades of Medium Purple #B174ED
Tints of Medium Purple #B174ED
RGB
CMYK
RGB Variations
Color information
#B174ED (or 0xB174ED) is known color: Medium Purple. HEX triplet: B1, 74 and ED. RGB value is (177,116,237). Sum of RGB (Red+Green+Blue) = 177+116+237=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B174ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174ED is #4E8B12. Grayscale: #939393. Windows color (decimal): -5147411 or 15561905. OLE color: 15561905.
HSL color Cylindrical-coordinate representation of color #B174ED: hue angle of 270.25º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B174ED is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 116 | 237 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.07 |
| HSL | 270.25º | 0.77% | 0.69% | - |
| HSV(B) | 270.25º | 0.51% | 0.93% | - |
| XYZ | 39.66 | 27.95 | 83.43 | - |
| YUV | 148.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 237 | 0.25 | 0.51 | 0 | 0.07 | 270.25 | 0.77 | 0.69 |
| Hex | B1 | 74 | ED | 19 | 33 | 0 | 7 | 10E | 4D | 45 |
| Octal | 261 | 164 | 355 | 31 | 63 | 0 | 7 | 416 | 115 | 105 |
| Binary | 10110001 | 1110100 | 11101101 | 11001 | 110011 | 0 | 111 | 100001110 | 1001101 | 1000101 |
Color Harmonies of #B174ED
Complementary color
Monochromatic Colors of #B174ED
Black with #B174ED
Text Example
Text Example
White with #B174ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174ED; }
p { color: rgb(177,116,237); }
H1.HeaderClassName
{
color: #B174ED;
}
.AnyTagClassName
{
color: #B174ED;
}
</style>
background-color css
<style>
a { background-color: #B174ED; }
a { background-color: rgb(177,116,237); }
div.DivClassName
{
background-color: #B174ED;
}
.BgClassName
{
background-color: #B174ED;
}
</style>
border-color css
<style>
span { border-color: #B174ED; }
span { border-color: rgb(177,116,237); }
td.TdClassName
{
border-color: #B174ED;
}
.TagClassName
{
border-color: #B174ED;
}
</style>