#B477BC

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

Shades of East Side #B477BC

Tints of East Side #B477BC

Color information

#B477BC (or 0xB477BC) is unknown color: approx East Side. HEX triplet: B4, 77 and BC. RGB value is (180,119,188). Sum of RGB (Red+Green+Blue) = 180+119+188=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B477BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BC is #4B8843. Grayscale: #909090. Windows color (decimal): -4950084 or 12351412. OLE color: 12351412.

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

Color convert

RGB180119188-
CMYK0.040.3700.26
HSL293.04º33.99%60.2%-
HSV(B)293.04º36.7%73.73%-
XYZ34.526.5350.88-
YUV145.11152.21152.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 119 (46.88% from 255) = 24.44%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=36.96%
G=24.44%
B=38.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801191880.040.3700.26293.0433.9960.2
HexB477BC42501A125223c
Octal2641672744450324454274
Binary10110100111011110111100100100101011010100100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477BC; }

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

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

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

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

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

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

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

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