#B178EA

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

Shades of Medium Purple #B178EA

Tints of Medium Purple #B178EA

Color information

#B178EA (or 0xB178EA) is unknown color: approx Medium Purple. HEX triplet: B1, 78 and EA. RGB value is (177,120,234). Sum of RGB (Red+Green+Blue) = 177+120+234=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #B178EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178EA is #4E8715. Grayscale: #959595. Windows color (decimal): -5146390 or 15366321. OLE color: 15366321.

HSL color Cylindrical-coordinate representation of color #B178EA: hue angle of 270º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B178EA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177120234-
CMYK0.240.4900.08
HSL270º73.08%69.41%-
HSV(B)270º48.72%91.76%-
XYZ39.728.7281.29-
YUV150.04175.38147.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=33.33%
G=22.60%
B=44.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771202340.240.4900.0827073.0869.41
HexB178EA18310810e4945
Octal2611703523061010416111105
Binary10110001111100011101010110001100010100010000111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178EA; }

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

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

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

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

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

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

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

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