#B78AD2

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

Shades of East Side #B78AD2

Tints of East Side #B78AD2

Color information

#B78AD2 (or 0xB78AD2) is unknown color: approx East Side. HEX triplet: B7, 8A and D2. RGB value is (183,138,210). Sum of RGB (Red+Green+Blue) = 183+138+210=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #B78AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AD2 is #48752D. Grayscale: #9F9F9F. Windows color (decimal): -4748590 or 13798071. OLE color: 13798071.

HSL color Cylindrical-coordinate representation of color #B78AD2: hue angle of 277.5º degrees, saturation: 0.44, 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 #B78AD2 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183138210-
CMYK0.130.3400.18
HSL277.5º44.44%68.24%-
HSV(B)277.5º34.29%82.35%-
XYZ40.2532.965.2-
YUV159.66156.41144.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.46%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 210 (82.42% from 255) = 39.55%
R=34.46%
G=25.99%
B=39.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831382100.130.3400.18277.544.4468.24
HexB78AD2D220121162c44
Octal267212322154202242654104
Binary10110111100010101101001011011000100100101000101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AD2; }

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

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

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

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

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

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

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

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