#B475BA

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

Shades of East Side #B475BA

Tints of East Side #B475BA

Color information

#B475BA (or 0xB475BA) is unknown color: approx East Side. HEX triplet: B4, 75 and BA. RGB value is (180,117,186). Sum of RGB (Red+Green+Blue) = 180+117+186=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B475BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475BA is #4B8A45. Grayscale: #8F8F8F. Windows color (decimal): -4950598 or 12219828. OLE color: 12219828.

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

Color convert

RGB180117186-
CMYK0.030.3700.27
HSL294.78º33.33%59.41%-
HSV(B)294.78º37.1%72.94%-
XYZ34.0525.9749.67-
YUV143.7151.87153.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=37.27%
G=24.22%
B=38.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801171860.030.3700.27294.7833.3359.41
HexB475BA32501B127213b
Octal2641652723450334474173
Binary1011010011101011011101011100101011011100100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475BA; }

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

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

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

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

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

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

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

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