#B475CF

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

Shades of East Side #B475CF

Tints of East Side #B475CF

Color information

#B475CF (or 0xB475CF) is unknown color: approx East Side. HEX triplet: B4, 75 and CF. RGB value is (180,117,207). Sum of RGB (Red+Green+Blue) = 180+117+207=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #B475CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475CF is #4B8A30. Grayscale: #919191. Windows color (decimal): -4950577 or 13596084. OLE color: 13596084.

HSL color Cylindrical-coordinate representation of color #B475CF: hue angle of 282º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B475CF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180117207-
CMYK0.130.4300.19
HSL282º48.39%63.53%-
HSV(B)282º43.48%81.18%-
XYZ36.4526.9362.31-
YUV146.1162.37152.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=35.71%
G=23.21%
B=41.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801172070.130.4300.1928248.3963.53
HexB475CFD2B01311a3040
Octal264165317155302343260100
Binary1011010011101011100111111011010110100111000110101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B475CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B475CF; }

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

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

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

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

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

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

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

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