#B174C9

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

Shades of East Side #B174C9

Tints of East Side #B174C9

Color information

#B174C9 (or 0xB174C9) is unknown color: approx East Side. HEX triplet: B1, 74 and C9. RGB value is (177,116,201). Sum of RGB (Red+Green+Blue) = 177+116+201=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #B174C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174C9 is #4E8B36. Grayscale: #8F8F8F. Windows color (decimal): -5147447 or 13202609. OLE color: 13202609.

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

Color convert

RGB177116201-
CMYK0.120.4200.21
HSL283.06º44.04%62.16%-
HSV(B)283.06º42.29%78.82%-
XYZ34.9226.0558.45-
YUV143.93160.21151.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=35.83%
G=23.48%
B=40.69%

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
Decimal1771162010.120.4200.21283.0644.0462.16
HexB174C9C2A01511b2c3e
Octal26116431114520254335476
Binary101100011110100110010011100101010010101100011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174C9; }

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

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

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

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

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

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

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

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