Shades of Medium Purple #B170EE
Tints of Medium Purple #B170EE
RGB
CMYK
RGB Variations
Color information
#B170EE (or 0xB170EE) is known color: Medium Purple. HEX triplet: B1, 70 and EE. RGB value is (177,112,238). Sum of RGB (Red+Green+Blue) = 177+112+238=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #B170EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170EE is #4E8F11. Grayscale: #919191. Windows color (decimal): -5148434 or 15626417. OLE color: 15626417.
HSL color Cylindrical-coordinate representation of color #B170EE: hue angle of 270.95º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B170EE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 112 | 238 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.07 |
| HSL | 270.95º | 0.79% | 0.69% | - |
| HSV(B) | 270.95º | 0.53% | 0.93% | - |
| XYZ | 39.36 | 27.11 | 84.05 | - |
| YUV | 145.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 238 | 0.26 | 0.53 | 0 | 0.07 | 270.95 | 0.79 | 0.69 |
| Hex | B1 | 70 | EE | 1A | 35 | 0 | 7 | 10F | 4F | 45 |
| Octal | 261 | 160 | 356 | 32 | 65 | 0 | 7 | 417 | 117 | 105 |
| Binary | 10110001 | 1110000 | 11101110 | 11010 | 110101 | 0 | 111 | 100001111 | 1001111 | 1000101 |
Color Harmonies of #B170EE
Complementary color
Monochromatic Colors of #B170EE
Black with #B170EE
Text Example
Text Example
White with #B170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170EE; }
p { color: rgb(177,112,238); }
H1.HeaderClassName
{
color: #B170EE;
}
.AnyTagClassName
{
color: #B170EE;
}
</style>
background-color css
<style>
a { background-color: #B170EE; }
a { background-color: rgb(177,112,238); }
div.DivClassName
{
background-color: #B170EE;
}
.BgClassName
{
background-color: #B170EE;
}
</style>
border-color css
<style>
span { border-color: #B170EE; }
span { border-color: rgb(177,112,238); }
td.TdClassName
{
border-color: #B170EE;
}
.TagClassName
{
border-color: #B170EE;
}
</style>