#B178E6

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

Shades of Medium Purple #B178E6

Tints of Medium Purple #B178E6

Color information

#B178E6 (or 0xB178E6) is unknown color: approx Medium Purple. HEX triplet: B1, 78 and E6. RGB value is (177,120,230). Sum of RGB (Red+Green+Blue) = 177+120+230=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #B178E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178E6 is #4E8719. Grayscale: #959595. Windows color (decimal): -5146394 or 15104177. OLE color: 15104177.

HSL color Cylindrical-coordinate representation of color #B178E6: hue angle of 271.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B178E6 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177120230-
CMYK0.230.4800.10
HSL271.09º68.75%68.63%-
HSV(B)271.09º47.83%90.2%-
XYZ39.1328.4978.3-
YUV149.58173.38147.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 120 (47.27% from 255) = 22.77%
BLUE value IS 230 (90.23% from 255) = 43.64%
R=33.59%
G=22.77%
B=43.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771202300.230.4800.10271.0968.7568.63
HexB178E617300A10f4545
Octal2611703462760012417105105
Binary10110001111100011100110101111100000101010000111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178E6; }

 p { color: rgb(177,120,230); }

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

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

 a { background-color: rgb(177,120,230); }

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

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

 span { border-color: rgb(177,120,230); }

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