#B174C6

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

Shades of East Side #B174C6

Tints of East Side #B174C6

Color information

#B174C6 (or 0xB174C6) is unknown color: approx East Side. HEX triplet: B1, 74 and C6. RGB value is (177,116,198). Sum of RGB (Red+Green+Blue) = 177+116+198=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #B174C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174C6 is #4E8B39. Grayscale: #8F8F8F. Windows color (decimal): -5147450 or 13006001. OLE color: 13006001.

HSL color Cylindrical-coordinate representation of color #B174C6: hue angle of 284.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B174C6 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177116198-
CMYK0.110.4100.22
HSL284.63º41.84%61.57%-
HSV(B)284.63º41.41%77.65%-
XYZ34.5725.9256.61-
YUV143.59158.71151.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=36.05%
G=23.63%
B=40.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771161980.110.4100.22284.6341.8461.57
HexB174C6B2901611d2a3e
Octal26116430613510264355276
Binary101100011110100110001101011101001010110100011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174C6; }

 p { color: rgb(177,116,198); }

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

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

 a { background-color: rgb(177,116,198); }

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

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

 span { border-color: rgb(177,116,198); }

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