Shades of Medium Purple #B17EFD
Tints of Medium Purple #B17EFD
RGB
CMYK
RGB Variations
Color information
#B17EFD (or 0xB17EFD) is known color: Medium Purple. HEX triplet: B1, 7E and FD. RGB value is (177,126,253). Sum of RGB (Red+Green+Blue) = 177+126+253=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #B17EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17EFD is #4E8102. Grayscale: #9B9B9B. Windows color (decimal): -5144835 or 16613041. OLE color: 16613041.
HSL color Cylindrical-coordinate representation of color #B17EFD: hue angle of 264.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17EFD is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 126 | 253 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.01 |
| HSL | 264.09º | 0.97% | 0.74% | - |
| HSV(B) | 264.09º | 0.5% | 0.99% | - |
| XYZ | 43.32 | 31.36 | 96.7 | - |
| YUV | 155.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 253 | 0.30 | 0.50 | 0 | 0.01 | 264.09 | 0.97 | 0.74 |
| Hex | B1 | 7E | FD | 1E | 32 | 0 | 1 | 108 | 61 | 4A |
| Octal | 261 | 176 | 375 | 36 | 62 | 0 | 1 | 410 | 141 | 112 |
| Binary | 10110001 | 1111110 | 11111101 | 11110 | 110010 | 0 | 1 | 100001000 | 1100001 | 1001010 |
Color Harmonies of #B17EFD
Complementary color
Monochromatic Colors of #B17EFD
Black with #B17EFD
Text Example
Text Example
White with #B17EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EFD; }
p { color: rgb(177,126,253); }
H1.HeaderClassName
{
color: #B17EFD;
}
.AnyTagClassName
{
color: #B17EFD;
}
</style>
background-color css
<style>
a { background-color: #B17EFD; }
a { background-color: rgb(177,126,253); }
div.DivClassName
{
background-color: #B17EFD;
}
.BgClassName
{
background-color: #B17EFD;
}
</style>
border-color css
<style>
span { border-color: #B17EFD; }
span { border-color: rgb(177,126,253); }
td.TdClassName
{
border-color: #B17EFD;
}
.TagClassName
{
border-color: #B17EFD;
}
</style>