#B17FF4

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

Shades of Medium Purple #B17FF4

Tints of Medium Purple #B17FF4

Color information

#B17FF4 (or 0xB17FF4) is unknown color: approx Medium Purple. HEX triplet: B1, 7F and F4. RGB value is (177,127,244). Sum of RGB (Red+Green+Blue) = 177+127+244=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #B17FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FF4 is #4E800B. Grayscale: #9A9A9A. Windows color (decimal): -5144588 or 16023473. OLE color: 16023473.

HSL color Cylindrical-coordinate representation of color #B17FF4: hue angle of 265.64º degrees, saturation: 0.84, 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 #B17FF4 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177127244-
CMYK0.270.4800.04
HSL265.64º84.17%72.75%-
HSV(B)265.64º47.95%95.69%-
XYZ42.0531.0689.37-
YUV155.29178.06143.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=32.30%
G=23.18%
B=44.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771272440.270.4800.04265.6484.1772.75
HexB17FF41B300410a5449
Octal261177364336004412124111
Binary1011000111111111111010011011110000010010000101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17FF4; }

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

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

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

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

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

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

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

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