#B475BD

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

Shades of East Side #B475BD

Tints of East Side #B475BD

Color information

#B475BD (or 0xB475BD) is unknown color: approx East Side. HEX triplet: B4, 75 and BD. RGB value is (180,117,189). Sum of RGB (Red+Green+Blue) = 180+117+189=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #B475BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475BD is #4B8A42. Grayscale: #8F8F8F. Windows color (decimal): -4950595 or 12416436. OLE color: 12416436.

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

Color convert

RGB180117189-
CMYK0.050.3800.26
HSL292.5º35.29%60%-
HSV(B)292.5º38.1%74.12%-
XYZ34.3726.151.37-
YUV144.04153.37153.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=37.04%
G=24.07%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801171890.050.3800.26292.535.2960
HexB475BD52601A124233c
Octal2641652755460324444374
Binary10110100111010110111101101100110011010100100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475BD; }

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

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

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

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

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

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

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

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