#B77FBF

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

Shades of East Side #B77FBF

Tints of East Side #B77FBF

Color information

#B77FBF (or 0xB77FBF) is unknown color: approx East Side. HEX triplet: B7, 7F and BF. RGB value is (183,127,191). Sum of RGB (Red+Green+Blue) = 183+127+191=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #B77FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FBF is #488040. Grayscale: #969696. Windows color (decimal): -4751425 or 12550071. OLE color: 12550071.

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

Color convert

RGB183127191-
CMYK0.040.3400.25
HSL292.5º33.33%62.35%-
HSV(B)292.5º33.51%74.9%-
XYZ36.5229.0152.96-
YUV151.04150.55150.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 191 (75% from 255) = 38.12%
R=36.53%
G=25.35%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831271910.040.3400.25292.533.3362.35
HexB77FBF422019124213e
Octal2671772774420314444176
Binary10110111111111110111111100100010011001100100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FBF; }

 p { color: rgb(183,127,191); }

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

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

 a { background-color: rgb(183,127,191); }

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

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

 span { border-color: rgb(183,127,191); }

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