#B17AF5

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

Shades of Medium Purple #B17AF5

Tints of Medium Purple #B17AF5

Color information

#B17AF5 (or 0xB17AF5) is unknown color: approx Medium Purple. HEX triplet: B1, 7A and F5. RGB value is (177,122,245). Sum of RGB (Red+Green+Blue) = 177+122+245=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #B17AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AF5 is #4E850A. Grayscale: #989898. Windows color (decimal): -5145867 or 16087729. OLE color: 16087729.

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

Color convert

RGB177122245-
CMYK0.280.5000.04
HSL266.83º86.01%71.96%-
HSV(B)266.83º50.2%96.08%-
XYZ41.5729.8689.96-
YUV152.47180.22145.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=32.54%
G=22.43%
B=45.04%

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
Decimal1771222450.280.5000.04266.8386.0171.96
HexB17AF51C320410b5648
Octal261172365346204413126110
Binary1011000111110101111010111100110010010010000101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17AF5; }

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

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

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

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

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

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

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

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