#B78FBF

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

Shades of East Side #B78FBF

Tints of East Side #B78FBF

Color information

#B78FBF (or 0xB78FBF) is unknown color: approx East Side. HEX triplet: B7, 8F and BF. RGB value is (183,143,191). Sum of RGB (Red+Green+Blue) = 183+143+191=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #B78FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FBF is #487040. Grayscale: #A0A0A0. Windows color (decimal): -4747329 or 12554167. OLE color: 12554167.

HSL color Cylindrical-coordinate representation of color #B78FBF: hue angle of 290º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78FBF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183143191-
CMYK0.040.2500.25
HSL290º27.27%65.49%-
HSV(B)290º25.13%74.9%-
XYZ38.7533.4753.71-
YUV160.43145.25144.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 191 (75% from 255) = 36.94%
R=35.40%
G=27.66%
B=36.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831431910.040.2500.2529027.2765.49
HexB78FBF4190191221b41
Octal26721727743103144233101
Binary10110111100011111011111110011001011001100100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FBF; }

 p { color: rgb(183,143,191); }

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

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

 a { background-color: rgb(183,143,191); }

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

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

 span { border-color: rgb(183,143,191); }

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