Shades of Medium Purple #B170FF
Tints of Medium Purple #B170FF
RGB
CMYK
RGB Variations
Color information
#B170FF (or 0xB170FF) is known color: Medium Purple. HEX triplet: B1, 70 and FF. RGB value is (177,112,255). Sum of RGB (Red+Green+Blue) = 177+112+255=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #B170FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B170FF is #4E8F00. Grayscale: #939393. Windows color (decimal): -5148417 or 16740529. OLE color: 16740529.
HSL color Cylindrical-coordinate representation of color #B170FF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B170FF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 112 | 255 | - |
| CMYK | 0.31 | 0.56 | 0 | 0 |
| HSL | 267.27º | 1% | 0.72% | - |
| HSV(B) | 267.27º | 0.56% | 1% | - |
| XYZ | 41.98 | 28.16 | 97.83 | - |
| YUV | 147.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 255 | 0.31 | 0.56 | 0 | 0 | 267.27 | 1 | 0.72 |
| Hex | B1 | 70 | FF | 1F | 38 | 0 | 0 | 10B | 64 | 48 |
| Octal | 261 | 160 | 377 | 37 | 70 | 0 | 0 | 413 | 144 | 110 |
| Binary | 10110001 | 1110000 | 11111111 | 11111 | 111000 | 0 | 0 | 100001011 | 1100100 | 1001000 |
Color Harmonies of #B170FF
Complementary color
Monochromatic Colors of #B170FF
Black with #B170FF
Text Example
Text Example
White with #B170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170FF; }
p { color: rgb(177,112,255); }
H1.HeaderClassName
{
color: #B170FF;
}
.AnyTagClassName
{
color: #B170FF;
}
</style>
background-color css
<style>
a { background-color: #B170FF; }
a { background-color: rgb(177,112,255); }
div.DivClassName
{
background-color: #B170FF;
}
.BgClassName
{
background-color: #B170FF;
}
</style>
border-color css
<style>
span { border-color: #B170FF; }
span { border-color: rgb(177,112,255); }
td.TdClassName
{
border-color: #B170FF;
}
.TagClassName
{
border-color: #B170FF;
}
</style>