#B685C1

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

Shades of East Side #B685C1

Tints of East Side #B685C1

Color information

#B685C1 (or 0xB685C1) is unknown color: approx East Side. HEX triplet: B6, 85 and C1. RGB value is (182,133,193). Sum of RGB (Red+Green+Blue) = 182+133+193=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #B685C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685C1 is #497A3E. Grayscale: #9A9A9A. Windows color (decimal): -4815423 or 12682678. OLE color: 12682678.

HSL color Cylindrical-coordinate representation of color #B685C1: hue angle of 289º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B685C1 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182133193-
CMYK0.060.3100.24
HSL289º32.61%63.92%-
HSV(B)289º31.09%75.69%-
XYZ37.330.5754.39-
YUV154.49149.73147.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=35.83%
G=26.18%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821331930.060.3100.2428932.6163.92
HexB685C161F0181212140
Octal26620530163703044141100
Binary101101101000010111000001110111110110001001000011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685C1; }

 p { color: rgb(182,133,193); }

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

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

 a { background-color: rgb(182,133,193); }

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

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

 span { border-color: rgb(182,133,193); }

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