#B474BA

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

Shades of East Side #B474BA

Tints of East Side #B474BA

Color information

#B474BA (or 0xB474BA) is unknown color: approx East Side. HEX triplet: B4, 74 and BA. RGB value is (180,116,186). Sum of RGB (Red+Green+Blue) = 180+116+186=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B474BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BA is #4B8B45. Grayscale: #8E8E8E. Windows color (decimal): -4950854 or 12219572. OLE color: 12219572.

HSL color Cylindrical-coordinate representation of color #B474BA: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B474BA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180116186-
CMYK0.030.3800.27
HSL294.86º33.65%59.22%-
HSV(B)294.86º37.63%72.94%-
XYZ33.9325.7449.63-
YUV143.12152.2154.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=37.34%
G=24.07%
B=38.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801161860.030.3800.27294.8633.6559.22
HexB474BA32601B127223b
Octal2641642723460334474273
Binary1011010011101001011101011100110011011100100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474BA; }

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

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

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

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

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

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

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

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