#B684BF

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

Shades of East Side #B684BF

Tints of East Side #B684BF

Color information

#B684BF (or 0xB684BF) is unknown color: approx East Side. HEX triplet: B6, 84 and BF. RGB value is (182,132,191). Sum of RGB (Red+Green+Blue) = 182+132+191=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #B684BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684BF is #497B40. Grayscale: #999999. Windows color (decimal): -4815681 or 12551350. OLE color: 12551350.

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

Color convert

RGB182132191-
CMYK0.050.3100.25
HSL290.85º31.55%63.33%-
HSV(B)290.85º30.89%74.9%-
XYZ36.9530.2153.17-
YUV153.68149.06148.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 191 (75% from 255) = 37.82%
R=36.04%
G=26.14%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821321910.050.3100.25290.8531.5563.33
HexB684BF51F019123203f
Octal2662042775370314434077
Binary10110110100001001011111110111111011001100100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684BF; }

 p { color: rgb(182,132,191); }

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

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

 a { background-color: rgb(182,132,191); }

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

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

 span { border-color: rgb(182,132,191); }

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