#B78AC0

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

Shades of East Side #B78AC0

Tints of East Side #B78AC0

Color information

#B78AC0 (or 0xB78AC0) is unknown color: approx East Side. HEX triplet: B7, 8A and C0. RGB value is (183,138,192). Sum of RGB (Red+Green+Blue) = 183+138+192=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #B78AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AC0 is #48753F. Grayscale: #9D9D9D. Windows color (decimal): -4748608 or 12618423. OLE color: 12618423.

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

Color convert

RGB183138192-
CMYK0.050.2800.25
HSL290º30%64.71%-
HSV(B)290º28.12%75.29%-
XYZ38.1332.0554.05-
YUV157.61147.41146.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=35.67%
G=26.90%
B=37.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831381920.050.2800.252903064.71
HexB78AC051C0191221e41
Octal26721230053403144236101
Binary10110111100010101100000010111100011001100100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AC0; }

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

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

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

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

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

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

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

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