#B177EC

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

Shades of Medium Purple #B177EC

Tints of Medium Purple #B177EC

Color information

#B177EC (or 0xB177EC) is unknown color: approx Medium Purple. HEX triplet: B1, 77 and EC. RGB value is (177,119,236). Sum of RGB (Red+Green+Blue) = 177+119+236=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B177EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177EC is #4E8813. Grayscale: #959595. Windows color (decimal): -5146644 or 15497137. OLE color: 15497137.

HSL color Cylindrical-coordinate representation of color #B177EC: hue angle of 269.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B177EC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177119236-
CMYK0.250.5000.07
HSL269.74º75.48%69.61%-
HSV(B)269.74º49.58%92.55%-
XYZ39.8728.682.78-
YUV149.68176.72147.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=33.27%
G=22.37%
B=44.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771192360.250.5000.07269.7475.4869.61
HexB177EC19320710e4b46
Octal261167354316207416113106
Binary1011000111101111110110011001110010011110000111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177EC; }

 p { color: rgb(177,119,236); }

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

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

 a { background-color: rgb(177,119,236); }

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

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

 span { border-color: rgb(177,119,236); }

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