#B176CD

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

Shades of East Side #B176CD

Tints of East Side #B176CD

Color information

#B176CD (or 0xB176CD) is unknown color: approx East Side. HEX triplet: B1, 76 and CD. RGB value is (177,118,205). Sum of RGB (Red+Green+Blue) = 177+118+205=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B176CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176CD is #4E8932. Grayscale: #919191. Windows color (decimal): -5146931 or 13465265. OLE color: 13465265.

HSL color Cylindrical-coordinate representation of color #B176CD: hue angle of 280.69º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B176CD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177118205-
CMYK0.140.4200.20
HSL280.69º46.52%63.33%-
HSV(B)280.69º42.44%80.39%-
XYZ35.6326.7161.04-
YUV145.56161.55150.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=35.4%
G=23.6%
B=41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771182050.140.4200.20280.6946.5263.33
HexB176CDE2A0141192f3f
Octal26116631516520244315777
Binary101100011110110110011011110101010010100100011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176CD; }

 p { color: rgb(177,118,205); }

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

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

 a { background-color: rgb(177,118,205); }

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

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

 span { border-color: rgb(177,118,205); }

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