Shades of Medium Purple #B175FF
Tints of Medium Purple #B175FF
RGB
CMYK
RGB Variations
Color information
#B175FF (or 0xB175FF) is known color: Medium Purple. HEX triplet: B1, 75 and FF. RGB value is (177,117,255). Sum of RGB (Red+Green+Blue) = 177+117+255=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B175FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B175FF is #4E8A00. Grayscale: #969696. Windows color (decimal): -5147137 or 16741809. OLE color: 16741809.
HSL color Cylindrical-coordinate representation of color #B175FF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B175FF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 117 | 255 | - |
| CMYK | 0.31 | 0.54 | 0 | 0 |
| HSL | 266.09º | 1% | 0.73% | - |
| HSV(B) | 266.09º | 0.54% | 1% | - |
| XYZ | 42.54 | 29.29 | 98.02 | - |
| YUV | 150.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 255 | 0.31 | 0.54 | 0 | 0 | 266.09 | 1 | 0.73 |
| Hex | B1 | 75 | FF | 1F | 36 | 0 | 0 | 10A | 64 | 49 |
| Octal | 261 | 165 | 377 | 37 | 66 | 0 | 0 | 412 | 144 | 111 |
| Binary | 10110001 | 1110101 | 11111111 | 11111 | 110110 | 0 | 0 | 100001010 | 1100100 | 1001001 |
Color Harmonies of #B175FF
Complementary color
Monochromatic Colors of #B175FF
Black with #B175FF
Text Example
Text Example
White with #B175FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175FF; }
p { color: rgb(177,117,255); }
H1.HeaderClassName
{
color: #B175FF;
}
.AnyTagClassName
{
color: #B175FF;
}
</style>
background-color css
<style>
a { background-color: #B175FF; }
a { background-color: rgb(177,117,255); }
div.DivClassName
{
background-color: #B175FF;
}
.BgClassName
{
background-color: #B175FF;
}
</style>
border-color css
<style>
span { border-color: #B175FF; }
span { border-color: rgb(177,117,255); }
td.TdClassName
{
border-color: #B175FF;
}
.TagClassName
{
border-color: #B175FF;
}
</style>