#B279BB

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

Shades of East Side #B279BB

Tints of East Side #B279BB

Color information

#B279BB (or 0xB279BB) is unknown color: approx East Side. HEX triplet: B2, 79 and BB. RGB value is (178,121,187). Sum of RGB (Red+Green+Blue) = 178+121+187=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B279BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279BB is #4D8644. Grayscale: #919191. Windows color (decimal): -5080645 or 12286386. OLE color: 12286386.

HSL color Cylindrical-coordinate representation of color #B279BB: hue angle of 291.82º degrees, saturation: 0.33, 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 #B279BB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178121187-
CMYK0.050.3500.27
HSL291.82º32.67%60.39%-
HSV(B)291.82º35.29%73.33%-
XYZ34.1726.7350.37-
YUV145.57151.38151.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=36.63%
G=24.90%
B=38.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781211870.050.3500.27291.8232.6760.39
HexB279BB52301B124213c
Octal2621712735430334444174
Binary10110010111100110111011101100011011011100100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279BB; }

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

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

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

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

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

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

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

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