#B77FBE

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

Shades of East Side #B77FBE

Tints of East Side #B77FBE

Color information

#B77FBE (or 0xB77FBE) is unknown color: approx East Side. HEX triplet: B7, 7F and BE. RGB value is (183,127,190). Sum of RGB (Red+Green+Blue) = 183+127+190=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #B77FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FBE is #488041. Grayscale: #969696. Windows color (decimal): -4751426 or 12484535. OLE color: 12484535.

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

Color convert

RGB183127190-
CMYK0.040.3300.25
HSL293.33º32.64%62.16%-
HSV(B)293.33º33.16%74.51%-
XYZ36.4128.9652.39-
YUV150.93150.05150.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 190 (74.61% from 255) = 38%
R=36.6%
G=25.4%
B=38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831271900.040.3300.25293.3332.6462.16
HexB77FBE421019125213e
Octal2671772764410314454176
Binary10110111111111110111110100100001011001100100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FBE; }

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

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

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

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

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

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

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

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