Shades of Medium Purple #B174EE
Tints of Medium Purple #B174EE
RGB
CMYK
RGB Variations
Color information
#B174EE (or 0xB174EE) is known color: Medium Purple. HEX triplet: B1, 74 and EE. RGB value is (177,116,238). Sum of RGB (Red+Green+Blue) = 177+116+238=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B174EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B174EE is #4E8B11. Grayscale: #939393. Windows color (decimal): -5147410 or 15627441. OLE color: 15627441.
HSL color Cylindrical-coordinate representation of color #B174EE: hue angle of 270º degrees, saturation: 0.78, 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 #B174EE is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 116 | 238 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.07 |
| HSL | 270º | 0.78% | 0.69% | - |
| HSV(B) | 270º | 0.51% | 0.93% | - |
| XYZ | 39.81 | 28.01 | 84.2 | - |
| YUV | 148.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 238 | 0.26 | 0.51 | 0 | 0.07 | 270 | 0.78 | 0.69 |
| Hex | B1 | 74 | EE | 1A | 33 | 0 | 7 | 10E | 4E | 45 |
| Octal | 261 | 164 | 356 | 32 | 63 | 0 | 7 | 416 | 116 | 105 |
| Binary | 10110001 | 1110100 | 11101110 | 11010 | 110011 | 0 | 111 | 100001110 | 1001110 | 1000101 |
Color Harmonies of #B174EE
Complementary color
Monochromatic Colors of #B174EE
Black with #B174EE
Text Example
Text Example
White with #B174EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174EE; }
p { color: rgb(177,116,238); }
H1.HeaderClassName
{
color: #B174EE;
}
.AnyTagClassName
{
color: #B174EE;
}
</style>
background-color css
<style>
a { background-color: #B174EE; }
a { background-color: rgb(177,116,238); }
div.DivClassName
{
background-color: #B174EE;
}
.BgClassName
{
background-color: #B174EE;
}
</style>
border-color css
<style>
span { border-color: #B174EE; }
span { border-color: rgb(177,116,238); }
td.TdClassName
{
border-color: #B174EE;
}
.TagClassName
{
border-color: #B174EE;
}
</style>