#B476B9

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

Shades of East Side #B476B9

Tints of East Side #B476B9

Color information

#B476B9 (or 0xB476B9) is unknown color: approx East Side. HEX triplet: B4, 76 and B9. RGB value is (180,118,185). Sum of RGB (Red+Green+Blue) = 180+118+185=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #B476B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476B9 is #4B8946. Grayscale: #8F8F8F. Windows color (decimal): -4950343 or 12154548. OLE color: 12154548.

HSL color Cylindrical-coordinate representation of color #B476B9: hue angle of 295.52º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B476B9 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180118185-
CMYK0.030.3600.27
HSL295.52º32.37%59.41%-
HSV(B)295.52º36.22%72.55%-
XYZ34.0626.1649.15-
YUV144.18151.04153.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=37.27%
G=24.43%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801181850.030.3600.27295.5232.3759.41
HexB476B932401B128203b
Octal2641662713440334504073
Binary1011010011101101011100111100100011011100101000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476B9; }

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

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

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

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

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

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

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

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