#B279BA

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

Shades of East Side #B279BA

Tints of East Side #B279BA

Color information

#B279BA (or 0xB279BA) is unknown color: approx East Side. HEX triplet: B2, 79 and BA. RGB value is (178,121,186). Sum of RGB (Red+Green+Blue) = 178+121+186=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B279BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279BA is #4D8645. Grayscale: #919191. Windows color (decimal): -5080646 or 12220850. OLE color: 12220850.

HSL color Cylindrical-coordinate representation of color #B279BA: hue angle of 292.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B279BA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178121186-
CMYK0.040.3500.27
HSL292.62º32.02%60.2%-
HSV(B)292.62º34.95%72.94%-
XYZ34.0626.6849.81-
YUV145.45150.88151.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=36.70%
G=24.95%
B=38.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781211860.040.3500.27292.6232.0260.2
HexB279BA42301B125203c
Octal2621712724430334454074
Binary10110010111100110111010100100011011011100100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279BA; }

 p { color: rgb(178,121,186); }

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

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

 a { background-color: rgb(178,121,186); }

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

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

 span { border-color: rgb(178,121,186); }

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