#B17FFE

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

Shades of Medium Purple #B17FFE

Tints of Medium Purple #B17FFE

Color information

#B17FFE (or 0xB17FFE) is unknown color: approx Medium Purple. HEX triplet: B1, 7F and FE. RGB value is (177,127,254). Sum of RGB (Red+Green+Blue) = 177+127+254=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B17FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FFE is #4E8001. Grayscale: #9B9B9B. Windows color (decimal): -5144578 or 16678833. OLE color: 16678833.

HSL color Cylindrical-coordinate representation of color #B17FFE: hue angle of 263.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17FFE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177127254-
CMYK0.300.5000.00
HSL263.62º98.45%74.71%-
HSV(B)263.62º50%99.61%-
XYZ43.6131.6897.58-
YUV156.43183.06142.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=31.72%
G=22.76%
B=45.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771272540.300.5000.00263.6298.4574.71
HexB17FFE1E3200108624b
Octal261177376366200410142113
Binary10110001111111111111110111101100100010000100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FFE; }

 p { color: rgb(177,127,254); }

 H1.HeaderClassName
 {
   color: #B17FFE;
 }
 .AnyTagClassName
 {
   color: #B17FFE;
 }
</style>
background-color css

<style>
 a { background-color: #B17FFE; }

 a { background-color: rgb(177,127,254); }

 div.DivClassName
 {
   background-color: #B17FFE;
 }
 .BgClassName
 {
   background-color: #B17FFE;
 }
</style>
border-color css

<style>
 span { border-color: #B17FFE; }

 span { border-color: rgb(177,127,254); }

 td.TdClassName
 {
   border-color: #B17FFE;
 }
 .TagClassName
 {
   border-color: #B17FFE;
 }
</style>