#B17FF7

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

Shades of Medium Purple #B17FF7

Tints of Medium Purple #B17FF7

Color information

#B17FF7 (or 0xB17FF7) is unknown color: approx Medium Purple. HEX triplet: B1, 7F and F7. RGB value is (177,127,247). Sum of RGB (Red+Green+Blue) = 177+127+247=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #B17FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FF7 is #4E8008. Grayscale: #9B9B9B. Windows color (decimal): -5144585 or 16220081. OLE color: 16220081.

HSL color Cylindrical-coordinate representation of color #B17FF7: hue angle of 265º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17FF7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177127247-
CMYK0.280.4900.03
HSL265º88.24%73.33%-
HSV(B)265º48.58%96.86%-
XYZ42.5131.2491.79-
YUV155.63179.56143.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=32.12%
G=23.05%
B=44.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771272470.280.4900.0326588.2473.33
HexB17FF71C31031095849
Octal261177367346103411130111
Binary101100011111111111101111110011000101110000100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FF7; }

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

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

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

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

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

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

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

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