#B479D1

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

Shades of East Side #B479D1

Tints of East Side #B479D1

Color information

#B479D1 (or 0xB479D1) is unknown color: approx East Side. HEX triplet: B4, 79 and D1. RGB value is (180,121,209). Sum of RGB (Red+Green+Blue) = 180+121+209=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #B479D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479D1 is #4B862E. Grayscale: #949494. Windows color (decimal): -4949551 or 13728180. OLE color: 13728180.

HSL color Cylindrical-coordinate representation of color #B479D1: hue angle of 280.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B479D1 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180121209-
CMYK0.140.4200.18
HSL280.23º48.89%64.71%-
HSV(B)280.23º42.11%81.96%-
XYZ37.1727.9863.76-
YUV148.67162.05150.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 121 (47.66% from 255) = 23.73%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=35.29%
G=23.73%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801212090.140.4200.18280.2348.8964.71
HexB479D1E2A0121183141
Octal264171321165202243061101
Binary1011010011110011101000111101010100100101000110001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479D1; }

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

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

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

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

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

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

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

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