#B680BF

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

Shades of East Side #B680BF

Tints of East Side #B680BF

Color information

#B680BF (or 0xB680BF) is unknown color: approx East Side. HEX triplet: B6, 80 and BF. RGB value is (182,128,191). Sum of RGB (Red+Green+Blue) = 182+128+191=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #B680BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680BF is #497F40. Grayscale: #979797. Windows color (decimal): -4816705 or 12550326. OLE color: 12550326.

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

Color convert

RGB182128191-
CMYK0.050.3300.25
HSL291.43º32.98%62.55%-
HSV(B)291.43º32.98%74.9%-
XYZ36.4129.1553-
YUV151.33150.39149.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 191 (75% from 255) = 38.12%
R=36.33%
G=25.55%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821281910.050.3300.25291.4332.9862.55
HexB680BF521019123213f
Octal2662002775410314434177
Binary101101101000000010111111101100001011001100100011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680BF; }

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

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

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

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

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

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

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

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