#B475C1

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

Shades of East Side #B475C1

Tints of East Side #B475C1

Color information

#B475C1 (or 0xB475C1) is unknown color: approx East Side. HEX triplet: B4, 75 and C1. RGB value is (180,117,193). Sum of RGB (Red+Green+Blue) = 180+117+193=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #B475C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475C1 is #4B8A3E. Grayscale: #909090. Windows color (decimal): -4950591 or 12678580. OLE color: 12678580.

HSL color Cylindrical-coordinate representation of color #B475C1: hue angle of 289.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B475C1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180117193-
CMYK0.070.3900.24
HSL289.74º38%60.78%-
HSV(B)289.74º39.38%75.69%-
XYZ34.8126.2853.69-
YUV144.5155.37153.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=36.73%
G=23.88%
B=39.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801171930.070.3900.24289.743860.78
HexB475C1727018122263d
Octal2641653017470304424675
Binary10110100111010111000001111100111011000100100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475C1; }

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

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

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

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

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

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

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

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