#B779BE

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

Shades of East Side #B779BE

Tints of East Side #B779BE

Color information

#B779BE (or 0xB779BE) is unknown color: approx East Side. HEX triplet: B7, 79 and BE. RGB value is (183,121,190). Sum of RGB (Red+Green+Blue) = 183+121+190=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #B779BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779BE is #488641. Grayscale: #939393. Windows color (decimal): -4752962 or 12482999. OLE color: 12482999.

HSL color Cylindrical-coordinate representation of color #B779BE: hue angle of 293.91º 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 #B779BE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183121190-
CMYK0.040.3600.25
HSL293.91º34.67%60.98%-
HSV(B)293.91º36.32%74.51%-
XYZ35.6627.4652.14-
YUV147.4152.04153.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=37.04%
G=24.49%
B=38.46%

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
Decimal1831211900.040.3600.25293.9134.6760.98
HexB779BE424019126233d
Octal2671712764440314464375
Binary10110111111100110111110100100100011001100100110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B779BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B779BE; }

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

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

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

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

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

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

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

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