#B176CA

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

Shades of East Side #B176CA

Tints of East Side #B176CA

Color information

#B176CA (or 0xB176CA) is unknown color: approx East Side. HEX triplet: B1, 76 and CA. RGB value is (177,118,202). Sum of RGB (Red+Green+Blue) = 177+118+202=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B176CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176CA is #4E8935. Grayscale: #909090. Windows color (decimal): -5146934 or 13268657. OLE color: 13268657.

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

Color convert

RGB177118202-
CMYK0.120.4200.21
HSL282.14º44.21%62.75%-
HSV(B)282.14º41.58%79.22%-
XYZ35.2726.5759.15-
YUV145.22160.05150.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=35.61%
G=23.74%
B=40.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771182020.120.4200.21282.1444.2162.75
HexB176CAC2A01511a2c3f
Octal26116631214520254325477
Binary101100011110110110010101100101010010101100011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176CA; }

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

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

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

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

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

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

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

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