#B78AC4

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

Shades of East Side #B78AC4

Tints of East Side #B78AC4

Color information

#B78AC4 (or 0xB78AC4) is unknown color: approx East Side. HEX triplet: B7, 8A and C4. RGB value is (183,138,196). Sum of RGB (Red+Green+Blue) = 183+138+196=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #B78AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AC4 is #48753B. Grayscale: #9D9D9D. Windows color (decimal): -4748604 or 12880567. OLE color: 12880567.

HSL color Cylindrical-coordinate representation of color #B78AC4: hue angle of 286.55º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78AC4 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB183138196-
CMYK0.070.3000.23
HSL286.55º32.95%65.49%-
HSV(B)286.55º29.59%76.86%-
XYZ38.5832.2356.41-
YUV158.07149.41145.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=35.40%
G=26.69%
B=37.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831381960.070.3000.23286.5532.9565.49
HexB78AC471E01711f2141
Octal26721230473602743741101
Binary101101111000101011000100111111100101111000111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AC4; }

 p { color: rgb(183,138,196); }

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

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

 a { background-color: rgb(183,138,196); }

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

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

 span { border-color: rgb(183,138,196); }

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