#B476BF

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

Shades of East Side #B476BF

Tints of East Side #B476BF

Color information

#B476BF (or 0xB476BF) is unknown color: approx East Side. HEX triplet: B4, 76 and BF. RGB value is (180,118,191). Sum of RGB (Red+Green+Blue) = 180+118+191=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #B476BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476BF is #4B8940. Grayscale: #909090. Windows color (decimal): -4950337 or 12547764. OLE color: 12547764.

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

Color convert

RGB180118191-
CMYK0.060.3800.25
HSL290.96º36.32%60.59%-
HSV(B)290.96º38.22%74.9%-
XYZ34.726.4252.56-
YUV144.86154.04153.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 191 (75% from 255) = 39.06%
R=36.81%
G=24.13%
B=39.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801181910.060.3800.25290.9636.3260.59
HexB476BF626019123243d
Octal2641662776460314434475
Binary10110100111011010111111110100110011001100100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476BF; }

 p { color: rgb(180,118,191); }

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

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

 a { background-color: rgb(180,118,191); }

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

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

 span { border-color: rgb(180,118,191); }

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