#B279BC

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

Shades of East Side #B279BC

Tints of East Side #B279BC

Color information

#B279BC (or 0xB279BC) is unknown color: approx East Side. HEX triplet: B2, 79 and BC. RGB value is (178,121,188). Sum of RGB (Red+Green+Blue) = 178+121+188=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B279BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279BC is #4D8643. Grayscale: #919191. Windows color (decimal): -5080644 or 12351922. OLE color: 12351922.

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

Color convert

RGB178121188-
CMYK0.050.3600.26
HSL291.04º33.33%60.59%-
HSV(B)291.04º35.64%73.73%-
XYZ34.2726.7750.94-
YUV145.68151.88151.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=36.55%
G=24.85%
B=38.60%

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
Decimal1781211880.050.3600.26291.0433.3360.59
HexB279BC52401A123213d
Octal2621712745440324434175
Binary10110010111100110111100101100100011010100100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B279BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B279BC; }

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

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

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

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

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

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

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

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