#B479BE

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

Shades of East Side #B479BE

Tints of East Side #B479BE

Color information

#B479BE (or 0xB479BE) is unknown color: approx East Side. HEX triplet: B4, 79 and BE. RGB value is (180,121,190). Sum of RGB (Red+Green+Blue) = 180+121+190=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B479BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479BE is #4B8641. Grayscale: #929292. Windows color (decimal): -4949570 or 12482996. OLE color: 12482996.

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

Color convert

RGB180121190-
CMYK0.050.3600.25
HSL291.3º34.67%60.98%-
HSV(B)291.3º36.32%74.51%-
XYZ34.9527.152.1-
YUV146.51152.55151.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=36.66%
G=24.64%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801211900.050.3600.25291.334.6760.98
HexB479BE524019123233d
Octal2641712765440314434375
Binary10110100111100110111110101100100011001100100011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B479BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B479BE; }

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

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

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

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

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

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

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

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