#B177ED

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

Shades of Medium Purple #B177ED

Tints of Medium Purple #B177ED

Color information

#B177ED (or 0xB177ED) is unknown color: approx Medium Purple. HEX triplet: B1, 77 and ED. RGB value is (177,119,237). Sum of RGB (Red+Green+Blue) = 177+119+237=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #B177ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177ED is #4E8812. Grayscale: #959595. Windows color (decimal): -5146643 or 15562673. OLE color: 15562673.

HSL color Cylindrical-coordinate representation of color #B177ED: hue angle of 269.49º degrees, saturation: 0.77, 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 #B177ED is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177119237-
CMYK0.250.5000.07
HSL269.49º76.62%69.8%-
HSV(B)269.49º49.79%92.94%-
XYZ40.0128.6683.54-
YUV149.79177.22147.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=33.21%
G=22.33%
B=44.47%

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
Decimal1771192370.250.5000.07269.4976.6269.8
HexB177ED19320710d4d46
Octal261167355316207415115106
Binary1011000111101111110110111001110010011110000110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B177ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B177ED; }

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

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

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

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

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

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

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

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