#B777BF

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

Shades of East Side #B777BF

Tints of East Side #B777BF

Color information

#B777BF (or 0xB777BF) is unknown color: approx East Side. HEX triplet: B7, 77 and BF. RGB value is (183,119,191). Sum of RGB (Red+Green+Blue) = 183+119+191=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #B777BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777BF is #488840. Grayscale: #929292. Windows color (decimal): -4753473 or 12548023. OLE color: 12548023.

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

Color convert

RGB183119191-
CMYK0.040.3800.25
HSL293.33º36%60.78%-
HSV(B)293.33º37.7%74.9%-
XYZ35.5327.0252.63-
YUV146.34153.2154.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 191 (75% from 255) = 38.74%
R=37.12%
G=24.14%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831191910.040.3800.25293.333660.78
HexB777BF426019125243d
Octal2671672774460314454475
Binary10110111111011110111111100100110011001100100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777BF; }

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

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

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

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

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

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

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

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