#B68BC6

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

Shades of East Side #B68BC6

Tints of East Side #B68BC6

Color information

#B68BC6 (or 0xB68BC6) is unknown color: approx East Side. HEX triplet: B6, 8B and C6. RGB value is (182,139,198). Sum of RGB (Red+Green+Blue) = 182+139+198=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #B68BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BC6 is #497439. Grayscale: #9E9E9E. Windows color (decimal): -4813882 or 13011894. OLE color: 13011894.

HSL color Cylindrical-coordinate representation of color #B68BC6: hue angle of 283.73º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68BC6 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182139198-
CMYK0.080.3000.22
HSL283.73º34.1%66.08%-
HSV(B)283.73º29.8%77.65%-
XYZ38.7232.4957.66-
YUV158.58150.25144.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=35.07%
G=26.78%
B=38.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821391980.080.3000.22283.7334.166.08
HexB68BC681E01611c2242
Octal266213306103602643442102
Binary1011011010001011110001101000111100101101000111001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BC6; }

 p { color: rgb(182,139,198); }

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

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

 a { background-color: rgb(182,139,198); }

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

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

 span { border-color: rgb(182,139,198); }

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