#B479C9

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

Shades of East Side #B479C9

Tints of East Side #B479C9

Color information

#B479C9 (or 0xB479C9) is unknown color: approx East Side. HEX triplet: B4, 79 and C9. RGB value is (180,121,201). Sum of RGB (Red+Green+Blue) = 180+121+201=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #B479C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479C9 is #4B8636. Grayscale: #939393. Windows color (decimal): -4949559 or 13203892. OLE color: 13203892.

HSL color Cylindrical-coordinate representation of color #B479C9: hue angle of 284.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B479C9 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180121201-
CMYK0.100.4000.21
HSL284.25º42.55%63.14%-
HSV(B)284.25º39.8%78.82%-
XYZ36.227.658.68-
YUV147.76158.05151-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=35.86%
G=24.10%
B=40.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801212010.100.4000.21284.2542.5563.14
HexB479C9A2801511c2b3f
Octal26417131112500254345377
Binary101101001111001110010011010101000010101100011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479C9; }

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

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

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

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

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

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

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

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