#B476BE

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

Shades of East Side #B476BE

Tints of East Side #B476BE

Color information

#B476BE (or 0xB476BE) is unknown color: approx East Side. HEX triplet: B4, 76 and BE. RGB value is (180,118,190). Sum of RGB (Red+Green+Blue) = 180+118+190=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B476BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476BE is #4B8941. Grayscale: #909090. Windows color (decimal): -4950338 or 12482228. OLE color: 12482228.

HSL color Cylindrical-coordinate representation of color #B476BE: hue angle of 291.67º 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 #B476BE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180118190-
CMYK0.050.3800.25
HSL291.67º35.64%60.39%-
HSV(B)291.67º37.89%74.51%-
XYZ34.626.3851.98-
YUV144.75153.54153.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=36.89%
G=24.18%
B=38.93%

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
Decimal1801181900.050.3800.25291.6735.6460.39
HexB476BE526019124243c
Octal2641662765460314444474
Binary10110100111011010111110101100110011001100100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476BE; }

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

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

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

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

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

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

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

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