#B474BE

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

Shades of East Side #B474BE

Tints of East Side #B474BE

Color information

#B474BE (or 0xB474BE) is unknown color: approx East Side. HEX triplet: B4, 74 and BE. RGB value is (180,116,190). Sum of RGB (Red+Green+Blue) = 180+116+190=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #B474BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BE is #4B8B41. Grayscale: #8F8F8F. Windows color (decimal): -4950850 or 12481716. OLE color: 12481716.

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

Color convert

RGB180116190-
CMYK0.050.3900.25
HSL291.89º36.27%60%-
HSV(B)291.89º38.95%74.51%-
XYZ34.3625.9151.91-
YUV143.57154.2153.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=37.04%
G=23.87%
B=39.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801161900.050.3900.25291.8936.2760
HexB474BE527019124243c
Octal2641642765470314444474
Binary10110100111010010111110101100111011001100100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474BE; }

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

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

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

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

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

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

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

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