#B679BE

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

Shades of East Side #B679BE

Tints of East Side #B679BE

Color information

#B679BE (or 0xB679BE) is unknown color: approx East Side. HEX triplet: B6, 79 and BE. RGB value is (182,121,190). Sum of RGB (Red+Green+Blue) = 182+121+190=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #B679BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679BE is #498641. Grayscale: #929292. Windows color (decimal): -4818498 or 12482998. OLE color: 12482998.

HSL color Cylindrical-coordinate representation of color #B679BE: hue angle of 293.04º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B679BE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182121190-
CMYK0.040.3600.25
HSL293.04º34.67%60.98%-
HSV(B)293.04º36.32%74.51%-
XYZ35.4227.3452.12-
YUV147.1152.21152.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=36.92%
G=24.54%
B=38.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821211900.040.3600.25293.0434.6760.98
HexB679BE424019125233d
Octal2661712764440314454375
Binary10110110111100110111110100100100011001100100101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679BE; }

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

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

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

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

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

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

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

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