#B78BC6

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

Shades of East Side #B78BC6

Tints of East Side #B78BC6

Color information

#B78BC6 (or 0xB78BC6) is unknown color: approx East Side. HEX triplet: B7, 8B and C6. RGB value is (183,139,198). Sum of RGB (Red+Green+Blue) = 183+139+198=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #B78BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BC6 is #487439. Grayscale: #9E9E9E. Windows color (decimal): -4748346 or 13011895. OLE color: 13011895.

HSL color Cylindrical-coordinate representation of color #B78BC6: hue angle of 284.75º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78BC6 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB183139198-
CMYK0.080.3000.22
HSL284.75º34.1%66.08%-
HSV(B)284.75º29.8%77.65%-
XYZ38.9532.6157.67-
YUV158.88150.08145.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=35.19%
G=26.73%
B=38.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1831391980.080.3000.22284.7534.166.08
HexB78BC681E01611d2242
Octal267213306103602643542102
Binary1011011110001011110001101000111100101101000111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BC6; }

 p { color: rgb(183,139,198); }

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

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

 a { background-color: rgb(183,139,198); }

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

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

 span { border-color: rgb(183,139,198); }

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