#B679DA

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

Shades of East Side #B679DA

Tints of East Side #B679DA

Color information

#B679DA (or 0xB679DA) is unknown color: approx East Side. HEX triplet: B6, 79 and DA. RGB value is (182,121,218). Sum of RGB (Red+Green+Blue) = 182+121+218=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B679DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679DA is #498625. Grayscale: #959595. Windows color (decimal): -4818470 or 14318006. OLE color: 14318006.

HSL color Cylindrical-coordinate representation of color #B679DA: hue angle of 277.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B679DA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182121218-
CMYK0.170.4400.15
HSL277.73º56.73%66.47%-
HSV(B)277.73º44.5%85.49%-
XYZ38.7828.6869.82-
YUV150.3166.21150.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=34.93%
G=23.22%
B=41.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821212180.170.4400.15277.7356.7366.47
HexB679DA112C0F1163942
Octal266171332215401742671102
Binary1011011011110011101101010001101100011111000101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679DA; }

 p { color: rgb(182,121,218); }

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

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

 a { background-color: rgb(182,121,218); }

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

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

 span { border-color: rgb(182,121,218); }

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