#B174BE

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

Shades of East Side #B174BE

Tints of East Side #B174BE

Color information

#B174BE (or 0xB174BE) is unknown color: approx East Side. HEX triplet: B1, 74 and BE. RGB value is (177,116,190). Sum of RGB (Red+Green+Blue) = 177+116+190=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #B174BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174BE is #4E8B41. Grayscale: #8E8E8E. Windows color (decimal): -5147458 or 12481713. OLE color: 12481713.

HSL color Cylindrical-coordinate representation of color #B174BE: hue angle of 289.46º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B174BE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177116190-
CMYK0.070.3900.25
HSL289.46º36.27%60%-
HSV(B)289.46º38.95%74.51%-
XYZ33.6725.5651.87-
YUV142.67154.71152.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=36.65%
G=24.02%
B=39.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771161900.070.3900.25289.4636.2760
HexB174BE727019121243c
Octal2611642767470314414474
Binary10110001111010010111110111100111011001100100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B174BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B174BE; }

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

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

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

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

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

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

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

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