#B678D9

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

Shades of East Side #B678D9

Tints of East Side #B678D9

Color information

#B678D9 (or 0xB678D9) is unknown color: approx East Side. HEX triplet: B6, 78 and D9. RGB value is (182,120,217). Sum of RGB (Red+Green+Blue) = 182+120+217=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #B678D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678D9 is #498726. Grayscale: #959595. Windows color (decimal): -4818727 or 14252214. OLE color: 14252214.

HSL color Cylindrical-coordinate representation of color #B678D9: hue angle of 278.35º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B678D9 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182120217-
CMYK0.160.4500.15
HSL278.35º56.07%66.08%-
HSV(B)278.35º44.7%85.1%-
XYZ38.5328.3969.09-
YUV149.6166.04151.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=35.07%
G=23.12%
B=41.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821202170.160.4500.15278.3556.0766.08
HexB678D9102D0F1163842
Octal266170331205501742670102
Binary1011011011110001101100110000101101011111000101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678D9; }

 p { color: rgb(182,120,217); }

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

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

 a { background-color: rgb(182,120,217); }

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

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

 span { border-color: rgb(182,120,217); }

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