#B475BE

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

Shades of East Side #B475BE

Tints of East Side #B475BE

Color information

#B475BE (or 0xB475BE) is unknown color: approx East Side. HEX triplet: B4, 75 and BE. RGB value is (180,117,190). Sum of RGB (Red+Green+Blue) = 180+117+190=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B475BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475BE is #4B8A41. Grayscale: #8F8F8F. Windows color (decimal): -4950594 or 12481972. OLE color: 12481972.

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

Color convert

RGB180117190-
CMYK0.050.3800.25
HSL291.78º35.96%60.2%-
HSV(B)291.78º38.42%74.51%-
XYZ34.4826.1451.94-
YUV144.16153.87153.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=36.96%
G=24.02%
B=39.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801171900.050.3800.25291.7835.9660.2
HexB475BE526019124243c
Octal2641652765460314444474
Binary10110100111010110111110101100110011001100100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475BE; }

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

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

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

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

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

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

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

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