#B479D0

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

Shades of East Side #B479D0

Tints of East Side #B479D0

Color information

#B479D0 (or 0xB479D0) is unknown color: approx East Side. HEX triplet: B4, 79 and D0. RGB value is (180,121,208). Sum of RGB (Red+Green+Blue) = 180+121+208=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #B479D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479D0 is #4B862F. Grayscale: #949494. Windows color (decimal): -4949552 or 13662644. OLE color: 13662644.

HSL color Cylindrical-coordinate representation of color #B479D0: hue angle of 280.69º degrees, saturation: 0.48, 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 #B479D0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180121208-
CMYK0.130.4200.18
HSL280.69º48.07%64.51%-
HSV(B)280.69º41.83%81.57%-
XYZ37.0427.9363.11-
YUV148.56161.55150.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=35.36%
G=23.77%
B=40.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801212080.130.4200.18280.6948.0764.51
HexB479D0D2A0121193041
Octal264171320155202243160101
Binary1011010011110011101000011011010100100101000110011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479D0; }

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

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

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

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

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

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

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

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