#B17FF5

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

Shades of Medium Purple #B17FF5

Tints of Medium Purple #B17FF5

Color information

#B17FF5 (or 0xB17FF5) is unknown color: approx Medium Purple. HEX triplet: B1, 7F and F5. RGB value is (177,127,245). Sum of RGB (Red+Green+Blue) = 177+127+245=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #B17FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FF5 is #4E800A. Grayscale: #9A9A9A. Windows color (decimal): -5144587 or 16089009. OLE color: 16089009.

HSL color Cylindrical-coordinate representation of color #B17FF5: hue angle of 265.42º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B17FF5 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177127245-
CMYK0.280.4800.04
HSL265.42º85.51%72.94%-
HSV(B)265.42º48.16%96.08%-
XYZ42.231.1290.17-
YUV155.4178.56143.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 245 (96.09% from 255) = 44.63%
R=32.24%
G=23.13%
B=44.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771272450.280.4800.04265.4285.5172.94
HexB17FF51C30041095649
Octal261177365346004411126111
Binary1011000111111111111010111100110000010010000100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FF5; }

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

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

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

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

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

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

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

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