#B678BD

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

Shades of East Side #B678BD

Tints of East Side #B678BD

Color information

#B678BD (or 0xB678BD) is unknown color: approx East Side. HEX triplet: B6, 78 and BD. RGB value is (182,120,189). Sum of RGB (Red+Green+Blue) = 182+120+189=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #B678BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678BD is #498742. Grayscale: #929292. Windows color (decimal): -4818755 or 12417206. OLE color: 12417206.

HSL color Cylindrical-coordinate representation of color #B678BD: hue angle of 293.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B678BD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182120189-
CMYK0.040.3700.26
HSL293.91º34.33%60.59%-
HSV(B)293.91º36.51%74.12%-
XYZ35.1927.0551.51-
YUV146.4152.04153.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=37.07%
G=24.44%
B=38.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821201890.040.3700.26293.9134.3360.59
HexB678BD42501A126223d
Octal2661702754450324464275
Binary10110110111100010111101100100101011010100100110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678BD; }

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

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

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

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

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

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

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

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