#B68CD1

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

Shades of East Side #B68CD1

Tints of East Side #B68CD1

Color information

#B68CD1 (or 0xB68CD1) is unknown color: approx East Side. HEX triplet: B6, 8C and D1. RGB value is (182,140,209). Sum of RGB (Red+Green+Blue) = 182+140+209=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #B68CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CD1 is #49732E. Grayscale: #A0A0A0. Windows color (decimal): -4813615 or 13733046. OLE color: 13733046.

HSL color Cylindrical-coordinate representation of color #B68CD1: hue angle of 276.52º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B68CD1 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182140209-
CMYK0.130.3300.18
HSL276.52º42.86%68.43%-
HSV(B)276.52º33.01%81.96%-
XYZ40.1833.364.63-
YUV160.42155.41143.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=34.27%
G=26.37%
B=39.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821402090.130.3300.18276.5242.8668.43
HexB68CD1D210121152b44
Octal266214321154102242553104
Binary10110110100011001101000111011000010100101000101011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CD1; }

 p { color: rgb(182,140,209); }

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

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

 a { background-color: rgb(182,140,209); }

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

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

 span { border-color: rgb(182,140,209); }

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