#B17CF6

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

Shades of Medium Purple #B17CF6

Tints of Medium Purple #B17CF6

Color information

#B17CF6 (or 0xB17CF6) is unknown color: approx Medium Purple. HEX triplet: B1, 7C and F6. RGB value is (177,124,246). Sum of RGB (Red+Green+Blue) = 177+124+246=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #B17CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CF6 is #4E8309. Grayscale: #999999. Windows color (decimal): -5145354 or 16153777. OLE color: 16153777.

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

Color convert

RGB177124246-
CMYK0.280.5000.04
HSL266.07º87.14%72.55%-
HSV(B)266.07º49.59%96.47%-
XYZ41.9730.4290.85-
YUV153.76180.06144.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 124 (48.83% from 255) = 22.67%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=32.36%
G=22.67%
B=44.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771242460.280.5000.04266.0787.1472.55
HexB17CF61C320410a5749
Octal261174366346204412127111
Binary1011000111111001111011011100110010010010000101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17CF6; }

 p { color: rgb(177,124,246); }

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

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

 a { background-color: rgb(177,124,246); }

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

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

 span { border-color: rgb(177,124,246); }

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