#B474BF

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

Shades of East Side #B474BF

Tints of East Side #B474BF

Color information

#B474BF (or 0xB474BF) is unknown color: approx East Side. HEX triplet: B4, 74 and BF. RGB value is (180,116,191). Sum of RGB (Red+Green+Blue) = 180+116+191=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B474BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BF is #4B8B40. Grayscale: #8F8F8F. Windows color (decimal): -4950849 or 12547252. OLE color: 12547252.

HSL color Cylindrical-coordinate representation of color #B474BF: hue angle of 291.2º degrees, saturation: 0.37, 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 #B474BF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180116191-
CMYK0.060.3900.25
HSL291.2º36.95%60.2%-
HSV(B)291.2º39.27%74.9%-
XYZ34.4725.9652.48-
YUV143.69154.7153.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 191 (75% from 255) = 39.22%
R=36.96%
G=23.82%
B=39.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801161910.060.3900.25291.236.9560.2
HexB474BF627019123253c
Octal2641642776470314434574
Binary10110100111010010111111110100111011001100100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474BF; }

 p { color: rgb(180,116,191); }

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

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

 a { background-color: rgb(180,116,191); }

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

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

 span { border-color: rgb(180,116,191); }

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