#B479C2

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

Shades of East Side #B479C2

Tints of East Side #B479C2

Color information

#B479C2 (or 0xB479C2) is unknown color: approx East Side. HEX triplet: B4, 79 and C2. RGB value is (180,121,194). Sum of RGB (Red+Green+Blue) = 180+121+194=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 194 - color contains mainly: blue. Hex color #B479C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479C2 is #4B863D. Grayscale: #929292. Windows color (decimal): -4949566 or 12745140. OLE color: 12745140.

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

Color convert

RGB180121194-
CMYK0.070.3800.24
HSL288.49º37.44%61.76%-
HSV(B)288.49º37.63%76.08%-
XYZ35.427.2754.44-
YUV146.96154.55151.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 194 (76.17% from 255) = 39.19%
R=36.36%
G=24.44%
B=39.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801211940.070.3800.24288.4937.4461.76
HexB479C2726018120253e
Octal2641713027460304404576
Binary10110100111100111000010111100110011000100100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479C2; }

 p { color: rgb(180,121,194); }

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

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

 a { background-color: rgb(180,121,194); }

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

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

 span { border-color: rgb(180,121,194); }

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