#B679BB

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

Shades of East Side #B679BB

Tints of East Side #B679BB

Color information

#B679BB (or 0xB679BB) is unknown color: approx East Side. HEX triplet: B6, 79 and BB. RGB value is (182,121,187). Sum of RGB (Red+Green+Blue) = 182+121+187=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B679BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679BB is #498644. Grayscale: #929292. Windows color (decimal): -4818501 or 12286390. OLE color: 12286390.

HSL color Cylindrical-coordinate representation of color #B679BB: hue angle of 295.45º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B679BB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182121187-
CMYK0.030.3500.27
HSL295.45º32.67%60.39%-
HSV(B)295.45º35.29%73.33%-
XYZ35.127.2150.42-
YUV146.76150.71153.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=37.14%
G=24.69%
B=38.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821211870.030.3500.27295.4532.6760.39
HexB679BB32301B127213c
Octal2661712733430334474174
Binary1011011011110011011101111100011011011100100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679BB; }

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

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

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

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

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

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

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

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