#B475BC

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

Shades of East Side #B475BC

Tints of East Side #B475BC

Color information

#B475BC (or 0xB475BC) is unknown color: approx East Side. HEX triplet: B4, 75 and BC. RGB value is (180,117,188). Sum of RGB (Red+Green+Blue) = 180+117+188=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #B475BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475BC is #4B8A43. Grayscale: #8F8F8F. Windows color (decimal): -4950596 or 12350900. OLE color: 12350900.

HSL color Cylindrical-coordinate representation of color #B475BC: hue angle of 293.24º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B475BC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180117188-
CMYK0.040.3800.26
HSL293.24º34.63%59.8%-
HSV(B)293.24º37.77%73.73%-
XYZ34.2626.0650.8-
YUV143.93152.87153.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=37.11%
G=24.12%
B=38.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801171880.040.3800.26293.2434.6359.8
HexB475BC42601A125233c
Octal2641652744460324454374
Binary10110100111010110111100100100110011010100100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475BC; }

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

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

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

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

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

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

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

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