#B178CA

Color #B178CA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B178CA

Tints of East Side #B178CA

Color information

#B178CA (or 0xB178CA) is unknown color: approx East Side. HEX triplet: B1, 78 and CA. RGB value is (177,120,202). Sum of RGB (Red+Green+Blue) = 177+120+202=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B178CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178CA is #4E8735. Grayscale: #929292. Windows color (decimal): -5146422 or 13269169. OLE color: 13269169.

HSL color Cylindrical-coordinate representation of color #B178CA: hue angle of 281.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B178CA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177120202-
CMYK0.120.4100.21
HSL281.71º43.62%63.14%-
HSV(B)281.71º40.59%79.22%-
XYZ35.5127.0459.23-
YUV146.39159.38149.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=35.47%
G=24.05%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771202020.120.4100.21281.7143.6263.14
HexB178CAC2901511a2c3f
Octal26117031214510254325477
Binary101100011111000110010101100101001010101100011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178CA; }

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

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

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

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

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

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

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

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