#B17EFD

Color #B17EFD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B17EFD

Tints of Medium Purple #B17EFD

Color information

#B17EFD (or 0xB17EFD) is unknown color: approx 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

RGB177126253-
CMYK0.300.5000.01
HSL264.09º96.95%74.31%-
HSV(B)264.09º50.2%99.22%-
XYZ43.3231.3696.7-
YUV155.73182.9143.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 126 (49.61% from 255) = 22.66%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=31.83%
G=22.66%
B=45.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771262530.300.5000.01264.0996.9574.31
HexB17EFD1E3201108614a
Octal261176375366201410141112
Binary10110001111111011111101111101100100110000100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>