#B479BD

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

Shades of East Side #B479BD

Tints of East Side #B479BD

Color information

#B479BD (or 0xB479BD) is unknown color: approx East Side. HEX triplet: B4, 79 and BD. RGB value is (180,121,189). Sum of RGB (Red+Green+Blue) = 180+121+189=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #B479BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479BD is #4B8642. Grayscale: #929292. Windows color (decimal): -4949571 or 12417460. OLE color: 12417460.

HSL color Cylindrical-coordinate representation of color #B479BD: hue angle of 292.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B479BD is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180121189-
CMYK0.050.3600.26
HSL292.06º34%60.78%-
HSV(B)292.06º35.98%74.12%-
XYZ34.8527.0551.53-
YUV146.39152.05151.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=36.73%
G=24.69%
B=38.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801211890.050.3600.26292.063460.78
HexB479BD52401A124223d
Octal2641712755440324444275
Binary10110100111100110111101101100100011010100100100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479BD; }

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

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

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

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

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

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

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

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