Shades of Medium Purple #B170E8
Tints of Medium Purple #B170E8
RGB
CMYK
RGB Variations
Color information
#B170E8 (or 0xB170E8) is known color: Medium Purple. HEX triplet: B1, 70 and E8. RGB value is (177,112,232). Sum of RGB (Red+Green+Blue) = 177+112+232=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #B170E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170E8 is #4E8F17. Grayscale: #909090. Windows color (decimal): -5148440 or 15233201. OLE color: 15233201.
HSL color Cylindrical-coordinate representation of color #B170E8: hue angle of 272.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B170E8 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 112 | 232 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.09 |
| HSL | 272.5º | 0.72% | 0.67% | - |
| HSV(B) | 272.5º | 0.52% | 0.91% | - |
| XYZ | 38.49 | 26.76 | 79.48 | - |
| YUV | 145.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 232 | 0.24 | 0.52 | 0 | 0.09 | 272.5 | 0.72 | 0.67 |
| Hex | B1 | 70 | E8 | 18 | 34 | 0 | 9 | 110 | 48 | 43 |
| Octal | 261 | 160 | 350 | 30 | 64 | 0 | 11 | 420 | 110 | 103 |
| Binary | 10110001 | 1110000 | 11101000 | 11000 | 110100 | 0 | 1001 | 100010000 | 1001000 | 1000011 |
Color Harmonies of #B170E8
Complementary color
Monochromatic Colors of #B170E8
Black with #B170E8
Text Example
Text Example
White with #B170E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170E8; }
p { color: rgb(177,112,232); }
H1.HeaderClassName
{
color: #B170E8;
}
.AnyTagClassName
{
color: #B170E8;
}
</style>
background-color css
<style>
a { background-color: #B170E8; }
a { background-color: rgb(177,112,232); }
div.DivClassName
{
background-color: #B170E8;
}
.BgClassName
{
background-color: #B170E8;
}
</style>
border-color css
<style>
span { border-color: #B170E8; }
span { border-color: rgb(177,112,232); }
td.TdClassName
{
border-color: #B170E8;
}
.TagClassName
{
border-color: #B170E8;
}
</style>