#B68EC1

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

Shades of East Side #B68EC1

Tints of East Side #B68EC1

Color information

#B68EC1 (or 0xB68EC1) is unknown color: approx East Side. HEX triplet: B6, 8E and C1. RGB value is (182,142,193). Sum of RGB (Red+Green+Blue) = 182+142+193=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #B68EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EC1 is #49713E. Grayscale: #9F9F9F. Windows color (decimal): -4813119 or 12684982. OLE color: 12684982.

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

Color convert

RGB182142193-
CMYK0.060.2600.24
HSL287.06º29.14%65.69%-
HSV(B)287.06º26.42%75.69%-
XYZ38.5933.1454.82-
YUV159.77146.75143.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.20%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=35.20%
G=27.47%
B=37.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821421930.060.2600.24287.0629.1465.69
HexB68EC161A01811f1d42
Octal26621630163203043735102
Binary10110110100011101100000111011010011000100011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EC1; }

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

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

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

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

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

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

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

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