#B78AD0

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

Shades of East Side #B78AD0

Tints of East Side #B78AD0

Color information

#B78AD0 (or 0xB78AD0) is unknown color: approx East Side. HEX triplet: B7, 8A and D0. RGB value is (183,138,208). Sum of RGB (Red+Green+Blue) = 183+138+208=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #B78AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AD0 is #48752F. Grayscale: #9F9F9F. Windows color (decimal): -4748592 or 13666999. OLE color: 13666999.

HSL color Cylindrical-coordinate representation of color #B78AD0: hue angle of 278.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78AD0 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183138208-
CMYK0.120.3400.18
HSL278.57º42.68%67.84%-
HSV(B)278.57º33.65%81.57%-
XYZ4032.863.9-
YUV159.44155.41144.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=34.59%
G=26.09%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831382080.120.3400.18278.5742.6867.84
HexB78AD0C220121172b44
Octal267212320144202242753104
Binary10110111100010101101000011001000100100101000101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AD0; }

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

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

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

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

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

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

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

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