Shades of Medium Purple #B17BFD
Tints of Medium Purple #B17BFD
RGB
CMYK
RGB Variations
Color information
#B17BFD (or 0xB17BFD) is known color: Medium Purple. HEX triplet: B1, 7B and FD. RGB value is (177,123,253). Sum of RGB (Red+Green+Blue) = 177+123+253=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #B17BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17BFD is #4E8402. Grayscale: #999999. Windows color (decimal): -5145603 or 16612273. OLE color: 16612273.
HSL color Cylindrical-coordinate representation of color #B17BFD: hue angle of 264.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17BFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 123 | 253 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.01 |
| HSL | 264.92º | 0.97% | 0.74% | - |
| HSV(B) | 264.92º | 0.51% | 0.99% | - |
| XYZ | 42.94 | 30.6 | 96.57 | - |
| YUV | 153.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 253 | 0.30 | 0.51 | 0 | 0.01 | 264.92 | 0.97 | 0.74 |
| Hex | B1 | 7B | FD | 1E | 33 | 0 | 1 | 109 | 61 | 4A |
| Octal | 261 | 173 | 375 | 36 | 63 | 0 | 1 | 411 | 141 | 112 |
| Binary | 10110001 | 1111011 | 11111101 | 11110 | 110011 | 0 | 1 | 100001001 | 1100001 | 1001010 |
Color Harmonies of #B17BFD
Complementary color
Monochromatic Colors of #B17BFD
Black with #B17BFD
Text Example
Text Example
White with #B17BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BFD; }
p { color: rgb(177,123,253); }
H1.HeaderClassName
{
color: #B17BFD;
}
.AnyTagClassName
{
color: #B17BFD;
}
</style>
background-color css
<style>
a { background-color: #B17BFD; }
a { background-color: rgb(177,123,253); }
div.DivClassName
{
background-color: #B17BFD;
}
.BgClassName
{
background-color: #B17BFD;
}
</style>
border-color css
<style>
span { border-color: #B17BFD; }
span { border-color: rgb(177,123,253); }
td.TdClassName
{
border-color: #B17BFD;
}
.TagClassName
{
border-color: #B17BFD;
}
</style>