#B778BC

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

Shades of East Side #B778BC

Tints of East Side #B778BC

Color information

#B778BC (or 0xB778BC) is unknown color: approx East Side. HEX triplet: B7, 78 and BC. RGB value is (183,120,188). Sum of RGB (Red+Green+Blue) = 183+120+188=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #B778BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778BC is #488743. Grayscale: #929292. Windows color (decimal): -4753220 or 12351671. OLE color: 12351671.

HSL color Cylindrical-coordinate representation of color #B778BC: hue angle of 295.59º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B778BC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183120188-
CMYK0.030.3600.26
HSL295.59º33.66%60.39%-
HSV(B)295.59º36.17%73.73%-
XYZ35.3227.1350.95-
YUV146.59151.37153.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.27%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=37.27%
G=24.44%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831201880.030.3600.26295.5933.6660.39
HexB778BC32401A128223c
Octal2671702743440324504274
Binary1011011111110001011110011100100011010100101000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778BC; }

 p { color: rgb(183,120,188); }

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

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

 a { background-color: rgb(183,120,188); }

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

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

 span { border-color: rgb(183,120,188); }

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